Html Css Color HEX #600885 Indigo

📋 copy color: '#600885'

red 96 ◦ green 8 ◦ blue 133

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

Shades of Indigo #600885

Tints of Indigo #600885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

 BLUE value IS 133 (52.34% from 255) = 56.12%

R = 40.51%
G = 3.38%
B = 56.12%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#600885 (or 0x600885) is known color: Indigo. HEX triplet: 60, 08 and 85. RGB value is (96,8,133). Sum of RGB (Red+Green+Blue) = 96+8+133=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #600885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600885 is #9FF77A. Grayscale: #303030. Windows color (decimal): -10483579 or 8718432. OLE color: 8718432.

HSL color Cylindrical-coordinate representation of color #600885: hue angle of 282.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600885 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 8 133 -
CMYK 0.28 0.94 0 0.48
HSL 282.24º 0.89% 0.28% -
HSV(B) 282.24º 0.94% 0.52% -
XYZ 9.14 4.35 22.55 -
YUV 48.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 96 8 133 0.28 0.94 0 0.48 282.24 0.89 0.28
Hex 60 8 85 1C 5E 0 30 11A 59 1C
Octal 140 10 205 34 136 0 60 432 131 34
Binary 1100000 1000 10000101 11100 1011110 0 110000 100011010 1011001 11100

Color Harmonies of #600885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600885

Black with #600885

Text Example


Text Example

White with #600885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600885; }

 p { color: rgb(96,8,133); }

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

background-color css

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

 a { background-color: rgb(96,8,133); }

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

border-color css

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

 span { border-color: rgb(96,8,133); }

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