Html Css Color HEX #600487 Indigo

📋 copy color: '#600487'

red 96 ◦ green 4 ◦ blue 135

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

Shades of Indigo #600487

Tints of Indigo #600487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.45%

R = 40.85%
G = 1.7%
B = 57.45%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600487 (or 0x600487) is known color: Indigo. HEX triplet: 60, 04 and 87. RGB value is (96,4,135). Sum of RGB (Red+Green+Blue) = 96+4+135=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #600487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600487 is #9FFB78. Grayscale: #2E2E2E. Windows color (decimal): -10484601 or 8848480. OLE color: 8848480.

HSL color Cylindrical-coordinate representation of color #600487: hue angle of 282.14º 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 #600487 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 4 135 -
CMYK 0.29 0.97 0 0.47
HSL 282.14º 0.94% 0.27% -
HSV(B) 282.14º 0.97% 0.53% -
XYZ 9.24 4.32 23.27 -
YUV 46.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 96 4 135 0.29 0.97 0 0.47 282.14 0.94 0.27
Hex 60 4 87 1D 61 0 2F 11A 5E 1B
Octal 140 4 207 35 141 0 57 432 136 33
Binary 1100000 100 10000111 11101 1100001 0 101111 100011010 1011110 11011

Color Harmonies of #600487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600487

Black with #600487

Text Example


Text Example

White with #600487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600487; }

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

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

background-color css

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

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

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

border-color css

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

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

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