#5F0690

Color #5F0690 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5F0690

Tints of Indigo #5F0690

Color information

#5F0690 (or 0x5F0690) is unknown color: approx Indigo. HEX triplet: 5F, 06 and 90. RGB value is (95,6,144). Sum of RGB (Red+Green+Blue) = 95+6+144=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F0690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0690 is #A0F96F. Grayscale: #2F2F2F. Windows color (decimal): -10549616 or 9438815. OLE color: 9438815.

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

Color convert

RGB956144-
CMYK0.340.9600.44
HSL278.7º92%29.41%-
HSV(B)278.7º95.83%56.47%-
XYZ9.824.5826.75-
YUV48.34181.99161.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=38.78%
G=2.45%
B=58.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9561440.340.9600.44278.79229.41
Hex5F690226002C1175c1d
Octal13762204214005442713435
Binary10111111101001000010001011000000101100100010111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F0690;
 }
 .AnyTagClassName
 {
   color: #5F0690;
 }
</style>
background-color css

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

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

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

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

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

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