Html Css Color HEX #54089C Indigo

📋 copy color: '#54089C'

red 84 ◦ green 8 ◦ blue 156

#54089C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #54089C

Tints of Indigo #54089C

RGB

 RED value IS 84 (33.2% from 255) = 33.87%

 GREEN value IS 8 (3.52% from 255) = 3.23%

 BLUE value IS 156 (61.33% from 255) = 62.9%

R = 33.87%
G = 3.23%
B = 62.9%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#54089C (or 0x54089C) is known color: Indigo. HEX triplet: 54, 08 and 9C. RGB value is (84,8,156). Sum of RGB (Red+Green+Blue) = 84+8+156=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #54089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54089C is #ABF763. Grayscale: #2F2F2F. Windows color (decimal): -11269988 or 10225748. OLE color: 10225748.

HSL color Cylindrical-coordinate representation of color #54089C: hue angle of 270.81º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54089C is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 8 156 -
CMYK 0.46 0.95 0 0.39
HSL 270.81º 0.9% 0.32% -
HSV(B) 270.81º 0.95% 0.61% -
XYZ 9.74 4.46 31.8 -
YUV 47.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 84 8 156 0.46 0.95 0 0.39 270.81 0.9 0.32
Hex 54 8 9C 2E 5F 0 27 10F 5A 20
Octal 124 10 234 56 137 0 47 417 132 40
Binary 1010100 1000 10011100 101110 1011111 0 100111 100001111 1011010 100000

Color Harmonies of #54089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54089C

Black with #54089C

Text Example


Text Example

White with #54089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54089C; }

 p { color: rgb(84,8,156); }

 H1.HeaderClassName
 {
   color: #54089C;
 }
 .AnyTagClassName
 {
   color: #54089C;
 }
</style>

background-color css

<style>
 a { background-color: #54089C; }

 a { background-color: rgb(84,8,156); }

 div.DivClassName
 {
   background-color: #54089C;
 }
 .BgClassName
 {
   background-color: #54089C;
 }
</style>

border-color css

<style>
 span { border-color: #54089C; }

 span { border-color: rgb(84,8,156); }

 td.TdClassName
 {
   border-color: #54089C;
 }
 .TagClassName
 {
   border-color: #54089C;
 }
</style>