Html Css Color HEX #54008E Indigo

📋 copy color: '#54008E'

red 84 ◦ green 0 ◦ blue 142

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

Shades of Indigo #54008E

Tints of Indigo #54008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 62.83%

R = 37.17%
G = 0%
B = 62.83%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54008E (or 0x54008E) is known color: Indigo. HEX triplet: 54, 00 and 8E. RGB value is (84,0,142). Sum of RGB (Red+Green+Blue) = 84+0+142=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #54008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54008E is #ABFF71. Grayscale: #282828. Windows color (decimal): -11272050 or 9306196. OLE color: 9306196.

HSL color Cylindrical-coordinate representation of color #54008E: hue angle of 275.49º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54008E is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 0 142 -
CMYK 0.41 1 0 0.44
HSL 275.49º 1% 0.28% -
HSV(B) 275.49º 1% 0.56% -
XYZ 8.54 3.84 25.88 -
YUV 41.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 84 0 142 0.41 1 0 0.44 275.49 1 0.28
Hex 54 0 8E 29 64 0 2C 113 64 1C
Octal 124 0 216 51 144 0 54 423 144 34
Binary 1010100 0 10001110 101001 1100100 0 101100 100010011 1100100 11100

Color Harmonies of #54008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54008E

Black with #54008E

Text Example


Text Example

White with #54008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54008E; }

 p { color: rgb(84,0,142); }

 H1.HeaderClassName
 {
   color: #54008E;
 }
 .AnyTagClassName
 {
   color: #54008E;
 }
</style>

background-color css

<style>
 a { background-color: #54008E; }

 a { background-color: rgb(84,0,142); }

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

border-color css

<style>
 span { border-color: #54008E; }

 span { border-color: rgb(84,0,142); }

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