#621083

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

Shades of Indigo #621083

Tints of Indigo #621083

Color information

#621083 (or 0x621083) is unknown color: approx Indigo. HEX triplet: 62, 10 and 83. RGB value is (98,16,131). Sum of RGB (Red+Green+Blue) = 98+16+131=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #621083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621083 is #9DEF7C. Grayscale: #353535. Windows color (decimal): -10350461 or 8589410. OLE color: 8589410.

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

Color convert

RGB9816131-
CMYK0.250.8800.49
HSL282.78º78.23%28.82%-
HSV(B)282.78º87.79%51.37%-
XYZ9.324.6121.87-
YUV53.63171.67159.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=40%
G=6.53%
B=53.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98161310.250.8800.49282.7878.2328.82
Hex621083195803111b4e1d
Octal142202033113006143311635
Binary110001010000100000111100110110000110001100011011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621083; }

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

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

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

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

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

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

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

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