#621078

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

Shades of Indigo #621078

Tints of Indigo #621078

Color information

#621078 (or 0x621078) is unknown color: approx Indigo. HEX triplet: 62, 10 and 78. RGB value is (98,16,120). Sum of RGB (Red+Green+Blue) = 98+16+120=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #621078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621078 is #9DEF87. Grayscale: #343434. Windows color (decimal): -10350472 or 7868514. OLE color: 7868514.

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

Color convert

RGB9816120-
CMYK0.180.8700.53
HSL287.31º76.47%26.67%-
HSV(B)287.31º86.67%47.06%-
XYZ8.614.3218.15-
YUV52.37166.17160.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=41.88%
G=6.84%
B=51.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98161200.180.8700.53287.3176.4726.67
Hex621078125703511f4c1b
Octal142201702212706543711433
Binary11000101000011110001001010101110110101100011111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621078; }

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

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

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

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

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

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

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

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