#620195

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

Shades of Indigo #620195

Tints of Indigo #620195

Color information

#620195 (or 0x620195) is unknown color: approx Indigo. HEX triplet: 62, 01 and 95. RGB value is (98,1,149). Sum of RGB (Red+Green+Blue) = 98+1+149=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #620195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620195 is #9DFE6A. Grayscale: #2E2E2E. Windows color (decimal): -10354283 or 9765218. OLE color: 9765218.

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

Color convert

RGB981149-
CMYK0.340.9900.42
HSL279.32º98.67%29.41%-
HSV(B)279.32º99.33%58.43%-
XYZ10.474.7928.81-
YUV46.88185.64164.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 149 (58.59% from 255) = 60.08%
R=39.52%
G=0.40%
B=60.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9811490.340.9900.42279.3298.6729.41
Hex62195226302A117631d
Octal14212254214305242714335
Binary110001011001010110001011000110101010100010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620195; }

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

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

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

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

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

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

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

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