#621098

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

Shades of Indigo #621098

Tints of Indigo #621098

Color information

#621098 (or 0x621098) is unknown color: approx Indigo. HEX triplet: 62, 10 and 98. RGB value is (98,16,152). Sum of RGB (Red+Green+Blue) = 98+16+152=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #621098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621098 is #9DEF67. Grayscale: #373737. Windows color (decimal): -10350440 or 9965666. OLE color: 9965666.

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

Color convert

RGB9816152-
CMYK0.360.8900.40
HSL276.18º80.95%32.94%-
HSV(B)276.18º89.47%59.61%-
XYZ10.895.2330.14-
YUV56.02182.17157.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 152 (59.77% from 255) = 57.14%
R=36.84%
G=6.02%
B=57.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98161520.360.8900.40276.1880.9532.94
Hex62109824590281145121
Octal142202304413105042412141
Binary11000101000010011000100100101100101010001000101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621098; }

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

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

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

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

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

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

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

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