Html Css Color HEX #60029E Indigo

📋 copy color: '#60029E'

red 96 ◦ green 2 ◦ blue 158

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

Shades of Indigo #60029E

Tints of Indigo #60029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.72%

R = 37.5%
G = 0.78%
B = 61.72%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60029E (or 0x60029E) is known color: Indigo. HEX triplet: 60, 02 and 9E. RGB value is (96,2,158). Sum of RGB (Red+Green+Blue) = 96+2+158=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #60029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60029E is #9FFD61. Grayscale: #2F2F2F. Windows color (decimal): -10485090 or 10355296. OLE color: 10355296.

HSL color Cylindrical-coordinate representation of color #60029E: hue angle of 276.15º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60029E is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 2 158 -
CMYK 0.39 0.99 0 0.38
HSL 276.15º 0.98% 0.31% -
HSV(B) 276.15º 0.99% 0.62% -
XYZ 11.02 5 32.73 -
YUV 47.89 190.14 162.32 -
System Red Green Blue C M Y K H S L
Decimal 96 2 158 0.39 0.99 0 0.38 276.15 0.98 0.31
Hex 60 2 9E 27 63 0 26 114 62 1F
Octal 140 2 236 47 143 0 46 424 142 37
Binary 1100000 10 10011110 100111 1100011 0 100110 100010100 1100010 11111

Color Harmonies of #60029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60029E

Black with #60029E

Text Example


Text Example

White with #60029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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