Html Css Color HEX #54029C Indigo

📋 copy color: '#54029C'

red 84 ◦ green 2 ◦ blue 156

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

Shades of Indigo #54029C

Tints of Indigo #54029C

RGB

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

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

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

R = 34.71%
G = 0.83%
B = 64.46%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54029C (or 0x54029C) is known color: Indigo. HEX triplet: 54, 02 and 9C. RGB value is (84,2,156). Sum of RGB (Red+Green+Blue) = 84+2+156=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #54029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54029C is #ABFD63. Grayscale: #2B2B2B. Windows color (decimal): -11271524 or 10224212. OLE color: 10224212.

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

Color convert

RGB 84 2 156 -
CMYK 0.46 0.99 0 0.39
HSL 271.95º 0.97% 0.31% -
HSV(B) 271.95º 0.99% 0.61% -
XYZ 9.68 4.33 31.78 -
YUV 44.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 84 2 156 0.46 0.99 0 0.39 271.95 0.97 0.31
Hex 54 2 9C 2E 63 0 27 110 61 1F
Octal 124 2 234 56 143 0 47 420 141 37
Binary 1010100 10 10011100 101110 1100011 0 100111 100010000 1100001 11111

Color Harmonies of #54029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54029C

Black with #54029C

Text Example


Text Example

White with #54029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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