#601083

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

Shades of Indigo #601083

Tints of Indigo #601083

Color information

#601083 (or 0x601083) is unknown color: approx Indigo. HEX triplet: 60, 10 and 83. RGB value is (96,16,131). Sum of RGB (Red+Green+Blue) = 96+16+131=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #601083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601083 is #9FEF7C. Grayscale: #343434. Windows color (decimal): -10481533 or 8589408. OLE color: 8589408.

HSL color Cylindrical-coordinate representation of color #601083: hue angle of 281.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601083 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9616131-
CMYK0.270.8800.49
HSL281.74º78.23%28.82%-
HSV(B)281.74º87.79%51.37%-
XYZ9.114.521.86-
YUV53.03172158.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=39.51%
G=6.58%
B=53.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96161310.270.8800.49281.7478.2328.82
Hex6010831B5803111a4e1d
Octal140202033313006143211635
Binary110000010000100000111101110110000110001100011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601083; }

 p { color: rgb(96,16,131); }

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

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

 a { background-color: rgb(96,16,131); }

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

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

 span { border-color: rgb(96,16,131); }

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