#620284

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

Shades of Indigo #620284

Tints of Indigo #620284

Color information

#620284 (or 0x620284) is unknown color: approx Indigo. HEX triplet: 62, 02 and 84. RGB value is (98,2,132). Sum of RGB (Red+Green+Blue) = 98+2+132=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #620284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620284 is #9DFD7B. Grayscale: #2D2D2D. Windows color (decimal): -10354044 or 8651362. OLE color: 8651362.

HSL color Cylindrical-coordinate representation of color #620284: hue angle of 284.31º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620284 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB982132-
CMYK0.260.9800.48
HSL284.31º97.01%26.27%-
HSV(B)284.31º98.48%51.76%-
XYZ9.224.3122.17-
YUV45.52176.8165.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=42.24%
G=0.86%
B=56.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9821320.260.9800.48284.3197.0126.27
Hex622841A6203011c611a
Octal14222043214206043414132
Binary110001010100001001101011000100110000100011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620284; }

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

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

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

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

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

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

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

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