#60026F

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

Shades of Indigo #60026F

Tints of Indigo #60026F

Color information

#60026F (or 0x60026F) is unknown color: approx Indigo. HEX triplet: 60, 02 and 6F. RGB value is (96,2,111). Sum of RGB (Red+Green+Blue) = 96+2+111=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #60026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60026F is #9FFD90. Grayscale: #2A2A2A. Windows color (decimal): -10485137 or 7275104. OLE color: 7275104.

HSL color Cylindrical-coordinate representation of color #60026F: hue angle of 291.74º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60026F is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB962111-
CMYK0.140.9800.56
HSL291.74º96.46%22.16%-
HSV(B)291.74º98.2%43.53%-
XYZ7.713.6815.34-
YUV42.53166.64166.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=45.93%
G=0.96%
B=53.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9621110.140.9800.56291.7496.4622.16
Hex6026FE620381246016
Octal14021571614207044414026
Binary1100000101101111111011000100111000100100100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60026F; }

 p { color: rgb(96,2,111); }

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

<style>
 a { background-color: #60026F; }

 a { background-color: rgb(96,2,111); }

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

<style>
 span { border-color: #60026F; }

 span { border-color: rgb(96,2,111); }

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