Html Css Color HEX #600592 Indigo

📋 copy color: '#600592'

red 96 ◦ green 5 ◦ blue 146

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

Shades of Indigo #600592

Tints of Indigo #600592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 38.87%
G = 2.02%
B = 59.11%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#600592 (or 0x600592) is known color: Indigo. HEX triplet: 60, 05 and 92. RGB value is (96,5,146). Sum of RGB (Red+Green+Blue) = 96+5+146=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #600592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600592 is #9FFA6D. Grayscale: #2F2F2F. Windows color (decimal): -10484334 or 9569632. OLE color: 9569632.

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

Color convert

RGB 96 5 146 -
CMYK 0.34 0.97 0 0.43
HSL 278.72º 0.93% 0.3% -
HSV(B) 278.72º 0.97% 0.57% -
XYZ 10.07 4.67 27.57 -
YUV 48.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 96 5 146 0.34 0.97 0 0.43 278.72 0.93 0.3
Hex 60 5 92 22 61 0 2B 117 5D 1E
Octal 140 5 222 42 141 0 53 427 135 36
Binary 1100000 101 10010010 100010 1100001 0 101011 100010111 1011101 11110

Color Harmonies of #600592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600592

Black with #600592

Text Example


Text Example

White with #600592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600592; }

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

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

background-color css

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

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

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

border-color css

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

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

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