Html Css Color HEX #600594 Indigo

📋 copy color: '#600594'

red 96 ◦ green 5 ◦ blue 148

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

Shades of Indigo #600594

Tints of Indigo #600594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 38.55%
G = 2.01%
B = 59.44%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600594 (or 0x600594) is known color: Indigo. HEX triplet: 60, 05 and 94. RGB value is (96,5,148). Sum of RGB (Red+Green+Blue) = 96+5+148=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #600594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600594 is #9FFA6B. Grayscale: #303030. Windows color (decimal): -10484332 or 9700704. OLE color: 9700704.

HSL color Cylindrical-coordinate representation of color #600594: hue angle of 278.18º degrees, saturation: 0.93, 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 #600594 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 5 148 -
CMYK 0.35 0.97 0 0.42
HSL 278.18º 0.93% 0.3% -
HSV(B) 278.18º 0.97% 0.58% -
XYZ 10.22 4.73 28.39 -
YUV 48.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 96 5 148 0.35 0.97 0 0.42 278.18 0.93 0.3
Hex 60 5 94 23 61 0 2A 116 5D 1E
Octal 140 5 224 43 141 0 52 426 135 36
Binary 1100000 101 10010100 100011 1100001 0 101010 100010110 1011101 11110

Color Harmonies of #600594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600594

Black with #600594

Text Example


Text Example

White with #600594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600594; }

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

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

background-color css

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

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

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

border-color css

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

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

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