#621288

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

Shades of Indigo #621288

Tints of Indigo #621288

Color information

#621288 (or 0x621288) is unknown color: approx Indigo. HEX triplet: 62, 12 and 88. RGB value is (98,18,136). Sum of RGB (Red+Green+Blue) = 98+18+136=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #621288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621288 is #9DED77. Grayscale: #363636. Windows color (decimal): -10349944 or 8917602. OLE color: 8917602.

HSL color Cylindrical-coordinate representation of color #621288: hue angle of 280.68º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621288 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9818136-
CMYK0.280.8700.47
HSL280.68º76.62%30.2%-
HSV(B)280.68º86.76%53.33%-
XYZ9.74.8123.71-
YUV55.37173.5158.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=38.89%
G=7.14%
B=53.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98181360.280.8700.47280.6876.6230.2
Hex6212881C5702F1194d1e
Octal142222103412705743111536
Binary110001010010100010001110010101110101111100011001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621288; }

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

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

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

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

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

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

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

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