#621280

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

Shades of Indigo #621280

Tints of Indigo #621280

Color information

#621280 (or 0x621280) is unknown color: approx Indigo. HEX triplet: 62, 12 and 80. RGB value is (98,18,128). Sum of RGB (Red+Green+Blue) = 98+18+128=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #621280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621280 is #9DED7F. Grayscale: #363636. Windows color (decimal): -10349952 or 8393314. OLE color: 8393314.

HSL color Cylindrical-coordinate representation of color #621280: hue angle of 283.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621280 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9818128-
CMYK0.230.8600.50
HSL283.64º75.34%28.63%-
HSV(B)283.64º85.94%50.2%-
XYZ9.154.5920.83-
YUV54.46169.5159.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 18 (7.42% from 255) = 7.38%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=40.16%
G=7.38%
B=52.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98181280.230.8600.50283.6475.3428.63
Hex621280175603211c4b1d
Octal142222002712606243411335
Binary110001010010100000001011110101100110010100011100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621280; }

 p { color: rgb(98,18,128); }

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

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

 a { background-color: rgb(98,18,128); }

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

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

 span { border-color: rgb(98,18,128); }

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