Html Css Color HEX #54029F Indigo

📋 copy color: '#54029F'

red 84 ◦ green 2 ◦ blue 159

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

Shades of Indigo #54029F

Tints of Indigo #54029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 34.29%
G = 0.82%
B = 64.9%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54029F (or 0x54029F) is known color: Indigo. HEX triplet: 54, 02 and 9F. RGB value is (84,2,159). Sum of RGB (Red+Green+Blue) = 84+2+159=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #54029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54029F is #ABFD60. Grayscale: #2B2B2B. Windows color (decimal): -11271521 or 10420820. OLE color: 10420820.

HSL color Cylindrical-coordinate representation of color #54029F: hue angle of 271.34º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54029F is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 2 159 -
CMYK 0.47 0.99 0 0.38
HSL 271.34º 0.98% 0.32% -
HSV(B) 271.34º 0.99% 0.62% -
XYZ 9.94 4.43 33.13 -
YUV 44.42 192.67 156.23 -
System Red Green Blue C M Y K H S L
Decimal 84 2 159 0.47 0.99 0 0.38 271.34 0.98 0.32
Hex 54 2 9F 2F 63 0 26 10F 62 20
Octal 124 2 237 57 143 0 46 417 142 40
Binary 1010100 10 10011111 101111 1100011 0 100110 100001111 1100010 100000

Color Harmonies of #54029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54029F

Black with #54029F

Text Example


Text Example

White with #54029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54029F; }

 p { color: rgb(84,2,159); }

 H1.HeaderClassName
 {
   color: #54029F;
 }
 .AnyTagClassName
 {
   color: #54029F;
 }
</style>

background-color css

<style>
 a { background-color: #54029F; }

 a { background-color: rgb(84,2,159); }

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

border-color css

<style>
 span { border-color: #54029F; }

 span { border-color: rgb(84,2,159); }

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