#600082

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

Shades of Indigo #600082

Tints of Indigo #600082

Color information

#600082 (or 0x600082) is unknown color: approx Indigo. HEX triplet: 60, 00 and 82. RGB value is (96,0,130). Sum of RGB (Red+Green+Blue) = 96+0+130=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #600082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600082 is #9FFF7D. Grayscale: #2B2B2B. Windows color (decimal): -10485630 or 8519776. OLE color: 8519776.

HSL color Cylindrical-coordinate representation of color #600082: hue angle of 284.31º 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 #600082 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB960130-
CMYK0.26100.49
HSL284.31º100%25.49%-
HSV(B)284.31º100%50.98%-
XYZ8.854.121.44-
YUV43.52176.8165.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=42.48%
G=0%
B=57.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9601300.26100.49284.3110025.49
Hex600821A6403111c6419
Octal14002023214406143414431
Binary11000000100000101101011001000110001100011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600082; }

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

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

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

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

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

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

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

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