Html Css Color HEX #600591 Indigo

📋 copy color: '#600591'

red 96 ◦ green 5 ◦ blue 145

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

Shades of Indigo #600591

Tints of Indigo #600591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.94%

R = 39.02%
G = 2.03%
B = 58.94%

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

#600591 (or 0x600591) is known color: Indigo. HEX triplet: 60, 05 and 91. RGB value is (96,5,145). Sum of RGB (Red+Green+Blue) = 96+5+145=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #600591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600591 is #9FFA6E. Grayscale: #2F2F2F. Windows color (decimal): -10484335 or 9504096. OLE color: 9504096.

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

Color convert

RGB 96 5 145 -
CMYK 0.34 0.97 0 0.43
HSL 279º 0.93% 0.29% -
HSV(B) 279º 0.97% 0.57% -
XYZ 9.99 4.64 27.16 -
YUV 48.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 96 5 145 0.34 0.97 0 0.43 279 0.93 0.29
Hex 60 5 91 22 61 0 2B 117 5D 1D
Octal 140 5 221 42 141 0 53 427 135 35
Binary 1100000 101 10010001 100010 1100001 0 101011 100010111 1011101 11101

Color Harmonies of #600591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600591

Black with #600591

Text Example


Text Example

White with #600591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600591; }

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

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

background-color css

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

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

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

border-color css

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

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

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