Html Css Color HEX #5F04AA Indigo

📋 copy color: '#5F04AA'

red 95 ◦ green 4 ◦ blue 170

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

Shades of Indigo #5F04AA

Tints of Indigo #5F04AA

RGB

 RED value IS 95 (37.5% from 255) = 35.32%

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 35.32%
G = 1.49%
B = 63.2%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F04AA (or 0x5F04AA) is known color: Indigo. HEX triplet: 5F, 04 and AA. RGB value is (95,4,170). Sum of RGB (Red+Green+Blue) = 95+4+170=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F04AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F04AA is #A0FB55. Grayscale: #313131. Windows color (decimal): -10550102 or 11142239. OLE color: 11142239.

HSL color Cylindrical-coordinate representation of color #5F04AA: hue angle of 272.89º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F04AA is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 4 170 -
CMYK 0.44 0.98 0 0.33
HSL 272.89º 0.95% 0.34% -
HSV(B) 272.89º 0.98% 0.67% -
XYZ 12.02 5.42 38.44 -
YUV 50.13 195.65 160 -
System Red Green Blue C M Y K H S L
Decimal 95 4 170 0.44 0.98 0 0.33 272.89 0.95 0.34
Hex 5F 4 AA 2C 62 0 21 111 5F 22
Octal 137 4 252 54 142 0 41 421 137 42
Binary 1011111 100 10101010 101100 1100010 0 100001 100010001 1011111 100010

Color Harmonies of #5F04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F04AA

Black with #5F04AA

Text Example


Text Example

White with #5F04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F04AA; }

 p { color: rgb(95,4,170); }

 H1.HeaderClassName
 {
   color: #5F04AA;
 }
 .AnyTagClassName
 {
   color: #5F04AA;
 }
</style>

background-color css

<style>
 a { background-color: #5F04AA; }

 a { background-color: rgb(95,4,170); }

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

border-color css

<style>
 span { border-color: #5F04AA; }

 span { border-color: rgb(95,4,170); }

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