#62047A

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

Shades of Indigo #62047A

Tints of Indigo #62047A

Color information

#62047A (or 0x62047A) is unknown color: approx Indigo. HEX triplet: 62, 04 and 7A. RGB value is (98,4,122). Sum of RGB (Red+Green+Blue) = 98+4+122=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #62047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62047A is #9DFB85. Grayscale: #2D2D2D. Windows color (decimal): -10353542 or 7996514. OLE color: 7996514.

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

Color convert

RGB984122-
CMYK0.200.9700.52
HSL287.8º93.65%24.71%-
HSV(B)287.8º96.72%47.84%-
XYZ8.594.0918.75-
YUV45.56171.14165.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=43.75%
G=1.79%
B=54.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9841220.200.9700.52287.893.6524.71
Hex6247A14610341205e19
Octal14241722414106444013631
Binary110001010011110101010011000010110100100100000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62047A; }

 p { color: rgb(98,4,122); }

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

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

 a { background-color: rgb(98,4,122); }

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

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

 span { border-color: rgb(98,4,122); }

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