#600081

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

Shades of Indigo #600081

Tints of Indigo #600081

Color information

#600081 (or 0x600081) is unknown color: approx Indigo. HEX triplet: 60, 00 and 81. RGB value is (96,0,129). Sum of RGB (Red+Green+Blue) = 96+0+129=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #600081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600081 is #9FFF7E. Grayscale: #2A2A2A. Windows color (decimal): -10485631 or 8454240. OLE color: 8454240.

HSL color Cylindrical-coordinate representation of color #600081: hue angle of 284.65º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600081 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB960129-
CMYK0.26100.49
HSL284.65º100%25.29%-
HSV(B)284.65º100%50.59%-
XYZ8.794.0721.09-
YUV43.41176.3165.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 57.33%
R=42.67%
G=0%
B=57.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9601290.26100.49284.6510025.29
Hex600811A6403111d6419
Octal14002013214406143514431
Binary11000000100000011101011001000110001100011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600081; }

 p { color: rgb(96,0,129); }

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

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

 a { background-color: rgb(96,0,129); }

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

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

 span { border-color: rgb(96,0,129); }

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