#62138F

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

Shades of Indigo #62138F

Tints of Indigo #62138F

Color information

#62138F (or 0x62138F) is unknown color: approx Indigo. HEX triplet: 62, 13 and 8F. RGB value is (98,19,143). Sum of RGB (Red+Green+Blue) = 98+19+143=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #62138F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62138F is #9DEC70. Grayscale: #383838. Windows color (decimal): -10349681 or 9376610. OLE color: 9376610.

HSL color Cylindrical-coordinate representation of color #62138F: hue angle of 278.23º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62138F is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9819143-
CMYK0.310.8700.44
HSL278.23º76.54%31.76%-
HSV(B)278.23º86.71%56.08%-
XYZ10.235.0526.42-
YUV56.76176.67157.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 19 (7.81% from 255) = 7.31%
BLUE value IS 143 (56.25% from 255) = 55%
R=37.69%
G=7.31%
B=55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98191430.310.8700.44278.2376.5431.76
Hex62138F1F5702C1164d20
Octal142232173712705442611540
Binary1100010100111000111111111101011101011001000101101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62138F; }

 p { color: rgb(98,19,143); }

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

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

 a { background-color: rgb(98,19,143); }

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

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

 span { border-color: rgb(98,19,143); }

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