Html Css Color HEX #600187 Indigo

📋 copy color: '#600187'

red 96 ◦ green 1 ◦ blue 135

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

Shades of Indigo #600187

Tints of Indigo #600187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 41.38%
G = 0.43%
B = 58.19%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600187 (or 0x600187) is known color: Indigo. HEX triplet: 60, 01 and 87. RGB value is (96,1,135). Sum of RGB (Red+Green+Blue) = 96+1+135=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #600187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600187 is #9FFE78. Grayscale: #2C2C2C. Windows color (decimal): -10485369 or 8847712. OLE color: 8847712.

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

Color convert

RGB 96 1 135 -
CMYK 0.29 0.99 0 0.47
HSL 282.54º 0.99% 0.27% -
HSV(B) 282.54º 0.99% 0.53% -
XYZ 9.21 4.26 23.26 -
YUV 44.68 178.97 164.6 -
System Red Green Blue C M Y K H S L
Decimal 96 1 135 0.29 0.99 0 0.47 282.54 0.99 0.27
Hex 60 1 87 1D 63 0 2F 11B 63 1B
Octal 140 1 207 35 143 0 57 433 143 33
Binary 1100000 1 10000111 11101 1100011 0 101111 100011011 1100011 11011

Color Harmonies of #600187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600187

Black with #600187

Text Example


Text Example

White with #600187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600187; }

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

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

background-color css

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

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

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

border-color css

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

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

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