#621492

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

Shades of Indigo #621492

Tints of Indigo #621492

Color information

#621492 (or 0x621492) is unknown color: approx Indigo. HEX triplet: 62, 14 and 92. RGB value is (98,20,146). Sum of RGB (Red+Green+Blue) = 98+20+146=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #621492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621492 is #9DEB6D. Grayscale: #393939. Windows color (decimal): -10349422 or 9573474. OLE color: 9573474.

HSL color Cylindrical-coordinate representation of color #621492: hue angle of 277.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621492 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9820146-
CMYK0.330.8600.43
HSL277.14º75.9%32.55%-
HSV(B)277.14º86.3%57.25%-
XYZ10.485.1727.64-
YUV57.69177.84156.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=37.12%
G=7.58%
B=55.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98201460.330.8600.43277.1475.932.55
Hex621492215602B1154c21
Octal142242224112605342511441
Binary11000101010010010010100001101011001010111000101011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621492; }

 p { color: rgb(98,20,146); }

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

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

 a { background-color: rgb(98,20,146); }

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

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

 span { border-color: rgb(98,20,146); }

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