Html Css Color HEX #600875 Indigo

📋 copy color: '#600875'

red 96 ◦ green 8 ◦ blue 117

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

Shades of Indigo #600875

Tints of Indigo #600875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 43.44%
G = 3.62%
B = 52.94%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600875 (or 0x600875) is known color: Indigo. HEX triplet: 60, 08 and 75. RGB value is (96,8,117). Sum of RGB (Red+Green+Blue) = 96+8+117=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #600875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600875 is #9FF78A. Grayscale: #2E2E2E. Windows color (decimal): -10483595 or 7669856. OLE color: 7669856.

HSL color Cylindrical-coordinate representation of color #600875: hue angle of 288.44º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600875 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 8 117 -
CMYK 0.18 0.93 0 0.54
HSL 288.44º 0.87% 0.25% -
HSV(B) 288.44º 0.93% 0.46% -
XYZ 8.12 3.94 17.16 -
YUV 46.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 96 8 117 0.18 0.93 0 0.54 288.44 0.87 0.25
Hex 60 8 75 12 5D 0 36 120 57 19
Octal 140 10 165 22 135 0 66 440 127 31
Binary 1100000 1000 1110101 10010 1011101 0 110110 100100000 1010111 11001

Color Harmonies of #600875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600875

Black with #600875

Text Example


Text Example

White with #600875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600875; }

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

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

background-color css

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

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

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

border-color css

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

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

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