Html Css Color HEX #600270 Indigo

📋 copy color: '#600270'

red 96 ◦ green 2 ◦ blue 112

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

Shades of Indigo #600270

Tints of Indigo #600270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.33%

R = 45.71%
G = 0.95%
B = 53.33%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600270 (or 0x600270) is known color: Indigo. HEX triplet: 60, 02 and 70. RGB value is (96,2,112). Sum of RGB (Red+Green+Blue) = 96+2+112=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #600270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600270 is #9FFD8F. Grayscale: #2A2A2A. Windows color (decimal): -10485136 or 7340640. OLE color: 7340640.

HSL color Cylindrical-coordinate representation of color #600270: hue angle of 291.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600270 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 2 112 -
CMYK 0.14 0.98 0 0.56
HSL 291.27º 0.96% 0.22% -
HSV(B) 291.27º 0.98% 0.44% -
XYZ 7.77 3.7 15.63 -
YUV 42.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 96 2 112 0.14 0.98 0 0.56 291.27 0.96 0.22
Hex 60 2 70 E 62 0 38 123 60 16
Octal 140 2 160 16 142 0 70 443 140 26
Binary 1100000 10 1110000 1110 1100010 0 111000 100100011 1100000 10110

Color Harmonies of #600270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600270

Black with #600270

Text Example


Text Example

White with #600270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600270; }

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

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

background-color css

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

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

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

border-color css

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

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

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