#600271

Color #600271 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #600271

Tints of Indigo #600271

Color information

#600271 (or 0x600271) is unknown color: approx Indigo. HEX triplet: 60, 02 and 71. RGB value is (96,2,113). Sum of RGB (Red+Green+Blue) = 96+2+113=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #600271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600271 is #9FFD8E. Grayscale: #2A2A2A. Windows color (decimal): -10485135 or 7406176. OLE color: 7406176.

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

Color convert

RGB962113-
CMYK0.150.9800.56
HSL290.81º96.52%22.55%-
HSV(B)290.81º98.23%44.31%-
XYZ7.833.7215.93-
YUV42.76167.64165.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=45.50%
G=0.95%
B=53.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9621130.150.9800.56290.8196.5222.55
Hex60271F620381236117
Octal14021611714207044314127
Binary1100000101110001111111000100111000100100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600271; }

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

 H1.HeaderClassName
 {
   color: #600271;
 }
 .AnyTagClassName
 {
   color: #600271;
 }
</style>
background-color css

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

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

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

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

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

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