Html Css Color HEX #600499 Indigo

📋 copy color: '#600499'

red 96 ◦ green 4 ◦ blue 153

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

Shades of Indigo #600499

Tints of Indigo #600499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

 BLUE value IS 153 (60.16% from 255) = 60.47%

R = 37.94%
G = 1.58%
B = 60.47%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#600499 (or 0x600499) is known color: Indigo. HEX triplet: 60, 04 and 99. RGB value is (96,4,153). Sum of RGB (Red+Green+Blue) = 96+4+153=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #600499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600499 is #9FFB66. Grayscale: #2F2F2F. Windows color (decimal): -10484583 or 10028128. OLE color: 10028128.

HSL color Cylindrical-coordinate representation of color #600499: hue angle of 277.05º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600499 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 4 153 -
CMYK 0.37 0.97 0 0.4
HSL 277.05º 0.95% 0.31% -
HSV(B) 277.05º 0.97% 0.6% -
XYZ 10.62 4.87 30.52 -
YUV 48.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 96 4 153 0.37 0.97 0 0.4 277.05 0.95 0.31
Hex 60 4 99 25 61 0 28 115 5F 1F
Octal 140 4 231 45 141 0 50 425 137 37
Binary 1100000 100 10011001 100101 1100001 0 101000 100010101 1011111 11111

Color Harmonies of #600499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600499

Black with #600499

Text Example


Text Example

White with #600499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600499; }

 p { color: rgb(96,4,153); }

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

background-color css

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

 a { background-color: rgb(96,4,153); }

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

border-color css

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

 span { border-color: rgb(96,4,153); }

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