Html Css Color HEX #60029F Indigo

📋 copy color: '#60029F'

red 96 ◦ green 2 ◦ blue 159

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

Shades of Indigo #60029F

Tints of Indigo #60029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 37.35%
G = 0.78%
B = 61.87%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60029F (or 0x60029F) is known color: Indigo. HEX triplet: 60, 02 and 9F. RGB value is (96,2,159). Sum of RGB (Red+Green+Blue) = 96+2+159=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #60029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60029F is #9FFD60. Grayscale: #2F2F2F. Windows color (decimal): -10485089 or 10420832. OLE color: 10420832.

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

Color convert

RGB 96 2 159 -
CMYK 0.40 0.99 0 0.38
HSL 275.92º 0.98% 0.32% -
HSV(B) 275.92º 0.99% 0.62% -
XYZ 11.1 5.03 33.19 -
YUV 48 190.64 162.23 -
System Red Green Blue C M Y K H S L
Decimal 96 2 159 0.40 0.99 0 0.38 275.92 0.98 0.32
Hex 60 2 9F 28 63 0 26 114 62 20
Octal 140 2 237 50 143 0 46 424 142 40
Binary 1100000 10 10011111 101000 1100011 0 100110 100010100 1100010 100000

Color Harmonies of #60029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60029F

Black with #60029F

Text Example


Text Example

White with #60029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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