#620378

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

Shades of Indigo #620378

Tints of Indigo #620378

Color information

#620378 (or 0x620378) is unknown color: approx Indigo. HEX triplet: 62, 03 and 78. RGB value is (98,3,120). Sum of RGB (Red+Green+Blue) = 98+3+120=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #620378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620378 is #9DFC87. Grayscale: #2C2C2C. Windows color (decimal): -10353800 or 7865186. OLE color: 7865186.

HSL color Cylindrical-coordinate representation of color #620378: hue angle of 288.72º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620378 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB983120-
CMYK0.180.9800.53
HSL288.72º95.12%24.12%-
HSV(B)288.72º97.5%47.06%-
XYZ8.464.0218.1-
YUV44.74170.47165.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=44.34%
G=1.36%
B=54.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9831200.180.9800.53288.7295.1224.12
Hex6237812620351215f18
Octal14231702214206544113730
Binary11000101111110001001011000100110101100100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620378; }

 p { color: rgb(98,3,120); }

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

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

 a { background-color: rgb(98,3,120); }

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

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

 span { border-color: rgb(98,3,120); }

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