#62058E

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

Shades of Indigo #62058E

Tints of Indigo #62058E

Color information

#62058E (or 0x62058E) is unknown color: approx Indigo. HEX triplet: 62, 05 and 8E. RGB value is (98,5,142). Sum of RGB (Red+Green+Blue) = 98+5+142=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #62058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62058E is #9DFA71. Grayscale: #2F2F2F. Windows color (decimal): -10353266 or 9307490. OLE color: 9307490.

HSL color Cylindrical-coordinate representation of color #62058E: hue angle of 280.73º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62058E is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB985142-
CMYK0.310.9600.44
HSL280.73º93.2%28.82%-
HSV(B)280.73º96.48%55.69%-
XYZ9.974.6625.96-
YUV48.42180.81163.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=40%
G=2.04%
B=57.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9851420.310.9600.44280.7393.228.82
Hex6258E1F6002C1195d1d
Octal14252163714005443113535
Binary1100010101100011101111111000000101100100011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,5,142); }

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

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

 a { background-color: rgb(98,5,142); }

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

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

 span { border-color: rgb(98,5,142); }

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