#620E88

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

Shades of Indigo #620E88

Tints of Indigo #620E88

Color information

#620E88 (or 0x620E88) is unknown color: approx Indigo. HEX triplet: 62, 0E and 88. RGB value is (98,14,136). Sum of RGB (Red+Green+Blue) = 98+14+136=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #620E88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620E88 is #9DF177. Grayscale: #343434. Windows color (decimal): -10350968 or 8916578. OLE color: 8916578.

HSL color Cylindrical-coordinate representation of color #620E88: hue angle of 281.31º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620E88 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9814136-
CMYK0.280.9000.47
HSL281.31º81.33%29.41%-
HSV(B)281.31º89.71%53.33%-
XYZ9.644.6923.69-
YUV53.02174.83160.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 14 (5.86% from 255) = 5.65%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=39.52%
G=5.65%
B=54.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98141360.280.9000.47281.3181.3329.41
Hex62E881C5A02F119511d
Octal142162103413205743112135
Binary11000101110100010001110010110100101111100011001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620E88; }

 p { color: rgb(98,14,136); }

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

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

 a { background-color: rgb(98,14,136); }

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

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

 span { border-color: rgb(98,14,136); }

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