#620094

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

Shades of Indigo #620094

Tints of Indigo #620094

Color information

#620094 (or 0x620094) is unknown color: approx Indigo. HEX triplet: 62, 00 and 94. RGB value is (98,0,148). Sum of RGB (Red+Green+Blue) = 98+0+148=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #620094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620094 is #9DFF6B. Grayscale: #2D2D2D. Windows color (decimal): -10354540 or 9699426. OLE color: 9699426.

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

Color convert

RGB980148-
CMYK0.34100.42
HSL279.73º100%29.02%-
HSV(B)279.73º100%58.04%-
XYZ10.384.7328.38-
YUV46.17185.47164.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 60.16%
R=39.84%
G=0%
B=60.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9801480.34100.42279.7310029.02
Hex62094226402A118641d
Octal14202244214405243014435
Binary110001001001010010001011001000101010100011000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620094; }

 p { color: rgb(98,0,148); }

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

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

 a { background-color: rgb(98,0,148); }

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

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

 span { border-color: rgb(98,0,148); }

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