Html Css Color HEX #60026E Indigo

📋 copy color: '#60026E'

red 96 ◦ green 2 ◦ blue 110

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

Shades of Indigo #60026E

Tints of Indigo #60026E

RGB

 RED value IS 96 (37.89% from 255) = 46.15%

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 110 (43.36% from 255) = 52.88%

R = 46.15%
G = 0.96%
B = 52.88%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60026E (or 0x60026E) is known color: Indigo. HEX triplet: 60, 02 and 6E. RGB value is (96,2,110). Sum of RGB (Red+Green+Blue) = 96+2+110=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #60026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60026E is #9FFD91. Grayscale: #2A2A2A. Windows color (decimal): -10485138 or 7209568. OLE color: 7209568.

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

Color convert

RGB 96 2 110 -
CMYK 0.13 0.98 0 0.57
HSL 292.22º 0.96% 0.22% -
HSV(B) 292.22º 0.98% 0.43% -
XYZ 7.66 3.66 15.05 -
YUV 42.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 96 2 110 0.13 0.98 0 0.57 292.22 0.96 0.22
Hex 60 2 6E D 62 0 39 124 60 16
Octal 140 2 156 15 142 0 71 444 140 26
Binary 1100000 10 1101110 1101 1100010 0 111001 100100100 1100000 10110

Color Harmonies of #60026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60026E

Black with #60026E

Text Example


Text Example

White with #60026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60026E;
 }
 .AnyTagClassName
 {
   color: #60026E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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