Html Css Color HEX #5F0890 Indigo

📋 copy color: '#5F0890'

red 95 ◦ green 8 ◦ blue 144

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

Shades of Indigo #5F0890

Tints of Indigo #5F0890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 38.46%
G = 3.24%
B = 58.3%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5F0890 (or 0x5F0890) is known color: Indigo. HEX triplet: 5F, 08 and 90. RGB value is (95,8,144). Sum of RGB (Red+Green+Blue) = 95+8+144=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F0890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0890 is #A0F76F. Grayscale: #313131. Windows color (decimal): -10549104 or 9439327. OLE color: 9439327.

HSL color Cylindrical-coordinate representation of color #5F0890: hue angle of 278.38º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0890 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 95 8 144 -
CMYK 0.34 0.94 0 0.44
HSL 278.38º 0.89% 0.3% -
HSV(B) 278.38º 0.94% 0.56% -
XYZ 9.84 4.62 26.76 -
YUV 49.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 95 8 144 0.34 0.94 0 0.44 278.38 0.89 0.3
Hex 5F 8 90 22 5E 0 2C 116 59 1E
Octal 137 10 220 42 136 0 54 426 131 36
Binary 1011111 1000 10010000 100010 1011110 0 101100 100010110 1011001 11110

Color Harmonies of #5F0890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0890

Black with #5F0890

Text Example


Text Example

White with #5F0890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,8,144); }

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

background-color css

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

 a { background-color: rgb(95,8,144); }

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

border-color css

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

 span { border-color: rgb(95,8,144); }

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