Html Css Color HEX #5F0EA4 Indigo

📋 copy color: '#5F0EA4'

red 95 ◦ green 14 ◦ blue 164

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

Shades of Indigo #5F0EA4

Tints of Indigo #5F0EA4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.13%

 BLUE value IS 164 (64.45% from 255) = 60.07%

R = 34.8%
G = 5.13%
B = 60.07%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5F0EA4 (or 0x5F0EA4) is known color: Indigo. HEX triplet: 5F, 0E and A4. RGB value is (95,14,164). Sum of RGB (Red+Green+Blue) = 95+14+164=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F0EA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0EA4 is #A0F15B. Grayscale: #363636. Windows color (decimal): -10547548 or 10751583. OLE color: 10751583.

HSL color Cylindrical-coordinate representation of color #5F0EA4: hue angle of 272.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0EA4 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 14 164 -
CMYK 0.42 0.91 0 0.36
HSL 272.4º 0.84% 0.35% -
HSV(B) 272.4º 0.91% 0.64% -
XYZ 11.58 5.43 35.56 -
YUV 55.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 95 14 164 0.42 0.91 0 0.36 272.4 0.84 0.35
Hex 5F E A4 2A 5B 0 24 110 54 23
Octal 137 16 244 52 133 0 44 420 124 43
Binary 1011111 1110 10100100 101010 1011011 0 100100 100010000 1010100 100011

Color Harmonies of #5F0EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0EA4

Black with #5F0EA4

Text Example


Text Example

White with #5F0EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,14,164); }

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

background-color css

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

 a { background-color: rgb(95,14,164); }

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

border-color css

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

 span { border-color: rgb(95,14,164); }

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