#621081

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

Shades of Indigo #621081

Tints of Indigo #621081

Color information

#621081 (or 0x621081) is unknown color: approx Indigo. HEX triplet: 62, 10 and 81. RGB value is (98,16,129). Sum of RGB (Red+Green+Blue) = 98+16+129=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #621081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621081 is #9DEF7E. Grayscale: #353535. Windows color (decimal): -10350463 or 8458338. OLE color: 8458338.

HSL color Cylindrical-coordinate representation of color #621081: hue angle of 283.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621081 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9816129-
CMYK0.240.8800.49
HSL283.54º77.93%28.43%-
HSV(B)283.54º87.6%50.59%-
XYZ9.184.5521.16-
YUV53.4170.67159.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.33%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=40.33%
G=6.58%
B=53.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98161290.240.8800.49283.5477.9328.43
Hex621081185803111c4e1c
Octal142202013013006143411634
Binary110001010000100000011100010110000110001100011100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621081; }

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

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

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

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

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

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

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

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