Html Css Color HEX #600292 Indigo

📋 copy color: '#600292'

red 96 ◦ green 2 ◦ blue 146

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

Shades of Indigo #600292

Tints of Indigo #600292

RGB

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

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

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

R = 39.34%
G = 0.82%
B = 59.84%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#600292 (or 0x600292) is known color: Indigo. HEX triplet: 60, 02 and 92. RGB value is (96,2,146). Sum of RGB (Red+Green+Blue) = 96+2+146=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #600292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600292 is #9FFD6D. Grayscale: #2E2E2E. Windows color (decimal): -10485102 or 9568864. OLE color: 9568864.

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

Color convert

RGB 96 2 146 -
CMYK 0.34 0.99 0 0.43
HSL 279.17º 0.97% 0.29% -
HSV(B) 279.17º 0.99% 0.57% -
XYZ 10.03 4.61 27.55 -
YUV 46.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 96 2 146 0.34 0.99 0 0.43 279.17 0.97 0.29
Hex 60 2 92 22 63 0 2B 117 61 1D
Octal 140 2 222 42 143 0 53 427 141 35
Binary 1100000 10 10010010 100010 1100011 0 101011 100010111 1100001 11101

Color Harmonies of #600292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600292

Black with #600292

Text Example


Text Example

White with #600292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600292; }

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

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

background-color css

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

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

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

border-color css

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

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

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