#62017E

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

Shades of Indigo #62017E

Tints of Indigo #62017E

Color information

#62017E (or 0x62017E) is unknown color: approx Indigo. HEX triplet: 62, 01 and 7E. RGB value is (98,1,126). Sum of RGB (Red+Green+Blue) = 98+1+126=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #62017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62017E is #9DFE81. Grayscale: #2B2B2B. Windows color (decimal): -10354306 or 8257890. OLE color: 8257890.

HSL color Cylindrical-coordinate representation of color #62017E: hue angle of 286.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62017E is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB981126-
CMYK0.220.9900.51
HSL286.56º98.43%24.9%-
HSV(B)286.56º99.21%49.41%-
XYZ8.814.1220.07-
YUV44.25174.14166.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 126 (49.61% from 255) = 56%
R=43.56%
G=0.44%
B=56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9811260.220.9900.51286.5698.4324.9
Hex6217E166303311f6219
Octal14211762614306343714231
Binary1100010111111101011011000110110011100011111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62017E; }

 p { color: rgb(98,1,126); }

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

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

 a { background-color: rgb(98,1,126); }

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

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

 span { border-color: rgb(98,1,126); }

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