Html Css Color HEX #600486 Indigo

📋 copy color: '#600486'

red 96 ◦ green 4 ◦ blue 134

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

Shades of Indigo #600486

Tints of Indigo #600486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 57.26%

R = 41.03%
G = 1.71%
B = 57.26%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600486 (or 0x600486) is known color: Indigo. HEX triplet: 60, 04 and 86. RGB value is (96,4,134). Sum of RGB (Red+Green+Blue) = 96+4+134=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #600486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600486 is #9FFB79. Grayscale: #2D2D2D. Windows color (decimal): -10484602 or 8782944. OLE color: 8782944.

HSL color Cylindrical-coordinate representation of color #600486: hue angle of 282.46º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600486 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 4 134 -
CMYK 0.28 0.97 0 0.47
HSL 282.46º 0.94% 0.27% -
HSV(B) 282.46º 0.97% 0.53% -
XYZ 9.17 4.29 22.9 -
YUV 46.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 96 4 134 0.28 0.97 0 0.47 282.46 0.94 0.27
Hex 60 4 86 1C 61 0 2F 11A 5E 1B
Octal 140 4 206 34 141 0 57 432 136 33
Binary 1100000 100 10000110 11100 1100001 0 101111 100011010 1011110 11011

Color Harmonies of #600486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600486

Black with #600486

Text Example


Text Example

White with #600486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600486; }

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

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

background-color css

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

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

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

border-color css

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

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

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