Html Css Color HEX #60029B Indigo

📋 copy color: '#60029B'

red 96 ◦ green 2 ◦ blue 155

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

Shades of Indigo #60029B

Tints of Indigo #60029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 37.94%
G = 0.79%
B = 61.26%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60029B (or 0x60029B) is known color: Indigo. HEX triplet: 60, 02 and 9B. RGB value is (96,2,155). Sum of RGB (Red+Green+Blue) = 96+2+155=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #60029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60029B is #9FFD64. Grayscale: #2F2F2F. Windows color (decimal): -10485093 or 10158688. OLE color: 10158688.

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

Color convert

RGB 96 2 155 -
CMYK 0.38 0.99 0 0.39
HSL 276.86º 0.97% 0.31% -
HSV(B) 276.86º 0.99% 0.61% -
XYZ 10.76 4.9 31.39 -
YUV 47.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 96 2 155 0.38 0.99 0 0.39 276.86 0.97 0.31
Hex 60 2 9B 26 63 0 27 115 61 1F
Octal 140 2 233 46 143 0 47 425 141 37
Binary 1100000 10 10011011 100110 1100011 0 100111 100010101 1100001 11111

Color Harmonies of #60029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60029B

Black with #60029B

Text Example


Text Example

White with #60029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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