Html Css Color HEX #54029B Indigo

📋 copy color: '#54029B'

red 84 ◦ green 2 ◦ blue 155

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

Shades of Indigo #54029B

Tints of Indigo #54029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 34.85%
G = 0.83%
B = 64.32%

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

#54029B (or 0x54029B) is known color: Indigo. HEX triplet: 54, 02 and 9B. RGB value is (84,2,155). Sum of RGB (Red+Green+Blue) = 84+2+155=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #54029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54029B is #ABFD64. Grayscale: #2B2B2B. Windows color (decimal): -11271525 or 10158676. OLE color: 10158676.

HSL color Cylindrical-coordinate representation of color #54029B: hue angle of 272.16º 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 #54029B is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 2 155 -
CMYK 0.46 0.99 0 0.39
HSL 272.16º 0.97% 0.31% -
HSV(B) 272.16º 0.99% 0.61% -
XYZ 9.59 4.29 31.33 -
YUV 43.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 84 2 155 0.46 0.99 0 0.39 272.16 0.97 0.31
Hex 54 2 9B 2E 63 0 27 110 61 1F
Octal 124 2 233 56 143 0 47 420 141 37
Binary 1010100 10 10011011 101110 1100011 0 100111 100010000 1100001 11111

Color Harmonies of #54029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54029B

Black with #54029B

Text Example


Text Example

White with #54029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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