#621598

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

Shades of Indigo #621598

Tints of Indigo #621598

Color information

#621598 (or 0x621598) is unknown color: approx Indigo. HEX triplet: 62, 15 and 98. RGB value is (98,21,152). Sum of RGB (Red+Green+Blue) = 98+21+152=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #621598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621598 is #9DEA67. Grayscale: #3A3A3A. Windows color (decimal): -10349160 or 9966946. OLE color: 9966946.

HSL color Cylindrical-coordinate representation of color #621598: hue angle of 275.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621598 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9821152-
CMYK0.360.8600.40
HSL275.27º75.72%33.92%-
HSV(B)275.27º86.18%59.61%-
XYZ10.975.430.17-
YUV58.96180.51155.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 152 (59.77% from 255) = 56.09%
R=36.16%
G=7.75%
B=56.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98211520.360.8600.40275.2775.7233.92
Hex62159824560281134c22
Octal142252304412605042311442
Binary11000101010110011000100100101011001010001000100111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621598; }

 p { color: rgb(98,21,152); }

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

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

 a { background-color: rgb(98,21,152); }

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

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

 span { border-color: rgb(98,21,152); }

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