Html Css Color HEX #600075 Indigo

📋 copy color: '#600075'

red 96 ◦ green 0 ◦ blue 117

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

Shades of Indigo #600075

Tints of Indigo #600075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.07%
G = 0%
B = 54.93%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600075 (or 0x600075) is known color: Indigo. HEX triplet: 60, 00 and 75. RGB value is (96,0,117). Sum of RGB (Red+Green+Blue) = 96+0+117=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #600075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600075 is #9FFF8A. Grayscale: #292929. Windows color (decimal): -10485643 or 7667808. OLE color: 7667808.

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

Color convert

RGB 96 0 117 -
CMYK 0.18 1 0 0.54
HSL 289.23º 1% 0.23% -
HSV(B) 289.23º 1% 0.46% -
XYZ 8.03 3.77 17.13 -
YUV 42.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 96 0 117 0.18 1 0 0.54 289.23 1 0.23
Hex 60 0 75 12 64 0 36 121 64 17
Octal 140 0 165 22 144 0 66 441 144 27
Binary 1100000 0 1110101 10010 1100100 0 110110 100100001 1100100 10111

Color Harmonies of #600075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600075

Black with #600075

Text Example


Text Example

White with #600075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600075; }

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

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

background-color css

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

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

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

border-color css

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

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

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