#620292

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

Shades of Indigo #620292

Tints of Indigo #620292

Color information

#620292 (or 0x620292) is unknown color: approx Indigo. HEX triplet: 62, 02 and 92. RGB value is (98,2,146). Sum of RGB (Red+Green+Blue) = 98+2+146=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #620292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620292 is #9DFD6D. Grayscale: #2E2E2E. Windows color (decimal): -10354030 or 9568866. OLE color: 9568866.

HSL color Cylindrical-coordinate representation of color #620292: hue angle of 280º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620292 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB982146-
CMYK0.330.9900.43
HSL280º97.3%29.02%-
HSV(B)280º98.63%57.25%-
XYZ10.254.7227.56-
YUV47.12183.8164.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=39.84%
G=0.81%
B=59.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9821460.330.9900.4328097.329.02
Hex62292216302B118611d
Octal14222224114305343014135
Binary1100010101001001010000111000110101011100011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620292; }

 p { color: rgb(98,2,146); }

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

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

 a { background-color: rgb(98,2,146); }

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

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

 span { border-color: rgb(98,2,146); }

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