#621290

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

Shades of Indigo #621290

Tints of Indigo #621290

Color information

#621290 (or 0x621290) is unknown color: approx Indigo. HEX triplet: 62, 12 and 90. RGB value is (98,18,144). Sum of RGB (Red+Green+Blue) = 98+18+144=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #621290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621290 is #9DED6F. Grayscale: #373737. Windows color (decimal): -10349936 or 9441890. OLE color: 9441890.

HSL color Cylindrical-coordinate representation of color #621290: hue angle of 278.1º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621290 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9818144-
CMYK0.320.8800.44
HSL278.1º77.78%31.76%-
HSV(B)278.1º87.5%56.47%-
XYZ10.295.0426.82-
YUV56.28177.5157.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 144 (56.64% from 255) = 55.38%
R=37.69%
G=6.92%
B=55.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98181440.320.8800.44278.177.7831.76
Hex621290205802C1164e20
Octal142222204013005442611640
Binary11000101001010010000100000101100001011001000101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621290; }

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

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

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

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

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

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

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

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