Html Css Color HEX #600992 Indigo

📋 copy color: '#600992'

red 96 ◦ green 9 ◦ blue 146

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

Shades of Indigo #600992

Tints of Indigo #600992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 38.25%
G = 3.59%
B = 58.17%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#600992 (or 0x600992) is known color: Indigo. HEX triplet: 60, 09 and 92. RGB value is (96,9,146). Sum of RGB (Red+Green+Blue) = 96+9+146=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #600992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600992 is #9FF66D. Grayscale: #323232. Windows color (decimal): -10483310 or 9570656. OLE color: 9570656.

HSL color Cylindrical-coordinate representation of color #600992: hue angle of 278.1º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600992 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 9 146 -
CMYK 0.34 0.94 0 0.43
HSL 278.1º 0.88% 0.3% -
HSV(B) 278.1º 0.94% 0.57% -
XYZ 10.11 4.76 27.58 -
YUV 50.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 96 9 146 0.34 0.94 0 0.43 278.1 0.88 0.3
Hex 60 9 92 22 5E 0 2B 116 58 1E
Octal 140 11 222 42 136 0 53 426 130 36
Binary 1100000 1001 10010010 100010 1011110 0 101011 100010110 1011000 11110

Color Harmonies of #600992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600992

Black with #600992

Text Example


Text Example

White with #600992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600992; }

 p { color: rgb(96,9,146); }

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

background-color css

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

 a { background-color: rgb(96,9,146); }

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

border-color css

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

 span { border-color: rgb(96,9,146); }

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