Html Css Color HEX #54025E Indigo

📋 copy color: '#54025E'

red 84 ◦ green 2 ◦ blue 94

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

Shades of Indigo #54025E

Tints of Indigo #54025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.22%

R = 46.67%
G = 1.11%
B = 52.22%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#54025E (or 0x54025E) is known color: Indigo. HEX triplet: 54, 02 and 5E. RGB value is (84,2,94). Sum of RGB (Red+Green+Blue) = 84+2+94=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #54025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54025E is #ABFDA1. Grayscale: #242424. Windows color (decimal): -11271586 or 6160980. OLE color: 6160980.

HSL color Cylindrical-coordinate representation of color #54025E: hue angle of 293.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54025E is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 84 2 94 -
CMYK 0.11 0.98 0 0.63
HSL 293.48º 0.96% 0.19% -
HSV(B) 293.48º 0.98% 0.37% -
XYZ 5.7 2.74 10.82 -
YUV 37.01 160.17 161.52 -
System Red Green Blue C M Y K H S L
Decimal 84 2 94 0.11 0.98 0 0.63 293.48 0.96 0.19
Hex 54 2 5E B 62 0 3F 125 60 13
Octal 124 2 136 13 142 0 77 445 140 23
Binary 1010100 10 1011110 1011 1100010 0 111111 100100101 1100000 10011

Color Harmonies of #54025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54025E

Black with #54025E

Text Example


Text Example

White with #54025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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