#600380

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

Shades of Indigo #600380

Tints of Indigo #600380

Color information

#600380 (or 0x600380) is unknown color: approx Indigo. HEX triplet: 60, 03 and 80. RGB value is (96,3,128). Sum of RGB (Red+Green+Blue) = 96+3+128=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #600380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600380 is #9FFC7F. Grayscale: #2C2C2C. Windows color (decimal): -10484864 or 8389472. OLE color: 8389472.

HSL color Cylindrical-coordinate representation of color #600380: hue angle of 284.64º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600380 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB963128-
CMYK0.250.9800.50
HSL284.64º95.42%25.69%-
HSV(B)284.64º97.66%50.2%-
XYZ8.754.1120.75-
YUV45.06174.81164.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=42.29%
G=1.32%
B=56.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9631280.250.9800.50284.6495.4225.69
Hex60380196203211d5f1a
Octal14032003114206243513732
Binary110000011100000001100111000100110010100011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600380; }

 p { color: rgb(96,3,128); }

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

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

 a { background-color: rgb(96,3,128); }

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

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

 span { border-color: rgb(96,3,128); }

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