#601283

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

Shades of Indigo #601283

Tints of Indigo #601283

Color information

#601283 (or 0x601283) is unknown color: approx Indigo. HEX triplet: 60, 12 and 83. RGB value is (96,18,131). Sum of RGB (Red+Green+Blue) = 96+18+131=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #601283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601283 is #9FED7C. Grayscale: #353535. Windows color (decimal): -10481021 or 8589920. OLE color: 8589920.

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

Color convert

RGB9618131-
CMYK0.270.8600.49
HSL281.42º75.84%29.22%-
HSV(B)281.42º86.26%51.37%-
XYZ9.144.5621.87-
YUV54.2171.34157.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=39.18%
G=7.35%
B=53.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96181310.270.8600.49281.4275.8429.22
Hex6012831B560311194c1d
Octal140222033312606143111435
Binary110000010010100000111101110101100110001100011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601283; }

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

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

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

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

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

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

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

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