#620E98

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

Shades of Indigo #620E98

Tints of Indigo #620E98

Color information

#620E98 (or 0x620E98) is unknown color: approx Indigo. HEX triplet: 62, 0E and 98. RGB value is (98,14,152). Sum of RGB (Red+Green+Blue) = 98+14+152=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #620E98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620E98 is #9DF167. Grayscale: #363636. Windows color (decimal): -10350952 or 9965154. OLE color: 9965154.

HSL color Cylindrical-coordinate representation of color #620E98: hue angle of 276.52º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620E98 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9814152-
CMYK0.360.9100.40
HSL276.52º83.13%32.55%-
HSV(B)276.52º90.79%59.61%-
XYZ10.865.1830.13-
YUV54.85182.83158.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 14 (5.86% from 255) = 5.30%
BLUE value IS 152 (59.77% from 255) = 57.58%
R=37.12%
G=5.30%
B=57.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98141520.360.9100.40276.5283.1332.55
Hex62E98245B0281155321
Octal142162304413305042512341
Binary1100010111010011000100100101101101010001000101011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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