Html Css Color HEX #600595 Indigo

📋 copy color: '#600595'

red 96 ◦ green 5 ◦ blue 149

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

Shades of Indigo #600595

Tints of Indigo #600595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 38.4%
G = 2%
B = 59.6%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600595 (or 0x600595) is known color: Indigo. HEX triplet: 60, 05 and 95. RGB value is (96,5,149). Sum of RGB (Red+Green+Blue) = 96+5+149=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #600595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600595 is #9FFA6A. Grayscale: #303030. Windows color (decimal): -10484331 or 9766240. OLE color: 9766240.

HSL color Cylindrical-coordinate representation of color #600595: hue angle of 277.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600595 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 5 149 -
CMYK 0.36 0.97 0 0.42
HSL 277.92º 0.94% 0.3% -
HSV(B) 277.92º 0.97% 0.58% -
XYZ 10.3 4.77 28.81 -
YUV 48.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 96 5 149 0.36 0.97 0 0.42 277.92 0.94 0.3
Hex 60 5 95 24 61 0 2A 116 5E 1E
Octal 140 5 225 44 141 0 52 426 136 36
Binary 1100000 101 10010101 100100 1100001 0 101010 100010110 1011110 11110

Color Harmonies of #600595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600595

Black with #600595

Text Example


Text Example

White with #600595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600595; }

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

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

background-color css

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

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

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

border-color css

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

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

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