Html Css Color HEX #600275 Indigo

📋 copy color: '#600275'

red 96 ◦ green 2 ◦ blue 117

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

Shades of Indigo #600275

Tints of Indigo #600275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 44.65%
G = 0.93%
B = 54.42%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600275 (or 0x600275) is known color: Indigo. HEX triplet: 60, 02 and 75. RGB value is (96,2,117). Sum of RGB (Red+Green+Blue) = 96+2+117=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #600275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600275 is #9FFD8A. Grayscale: #2A2A2A. Windows color (decimal): -10485131 or 7668320. OLE color: 7668320.

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

Color convert

RGB 96 2 117 -
CMYK 0.18 0.98 0 0.54
HSL 289.04º 0.97% 0.23% -
HSV(B) 289.04º 0.98% 0.46% -
XYZ 8.06 3.81 17.14 -
YUV 43.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 96 2 117 0.18 0.98 0 0.54 289.04 0.97 0.23
Hex 60 2 75 12 62 0 36 121 61 17
Octal 140 2 165 22 142 0 66 441 141 27
Binary 1100000 10 1110101 10010 1100010 0 110110 100100001 1100001 10111

Color Harmonies of #600275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600275

Black with #600275

Text Example


Text Example

White with #600275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600275; }

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

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

background-color css

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

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

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

border-color css

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

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

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