#621595

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

Shades of Indigo #621595

Tints of Indigo #621595

Color information

#621595 (or 0x621595) is unknown color: approx Indigo. HEX triplet: 62, 15 and 95. RGB value is (98,21,149). Sum of RGB (Red+Green+Blue) = 98+21+149=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #621595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621595 is #9DEA6A. Grayscale: #3A3A3A. Windows color (decimal): -10349163 or 9770338. OLE color: 9770338.

HSL color Cylindrical-coordinate representation of color #621595: hue angle of 276.09º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621595 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9821149-
CMYK0.340.8600.42
HSL276.09º75.29%33.33%-
HSV(B)276.09º85.91%58.43%-
XYZ10.735.328.89-
YUV58.61179.01156.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.57%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 149 (58.59% from 255) = 55.60%
R=36.57%
G=7.84%
B=55.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98211490.340.8600.42276.0975.2933.33
Hex621595225602A1144b21
Octal142252254212605242411341
Binary11000101010110010101100010101011001010101000101001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621595; }

 p { color: rgb(98,21,149); }

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

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

 a { background-color: rgb(98,21,149); }

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

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

 span { border-color: rgb(98,21,149); }

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