#62138D

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

Shades of Indigo #62138D

Tints of Indigo #62138D

Color information

#62138D (or 0x62138D) is unknown color: approx Indigo. HEX triplet: 62, 13 and 8D. RGB value is (98,19,141). Sum of RGB (Red+Green+Blue) = 98+19+141=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #62138D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62138D is #9DEC72. Grayscale: #383838. Windows color (decimal): -10349683 or 9245538. OLE color: 9245538.

HSL color Cylindrical-coordinate representation of color #62138D: hue angle of 278.85º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62138D is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9819141-
CMYK0.300.8700.45
HSL278.85º76.25%31.37%-
HSV(B)278.85º86.52%55.29%-
XYZ10.084.9925.63-
YUV56.53175.67157.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 19 (7.81% from 255) = 7.36%
BLUE value IS 141 (55.47% from 255) = 54.65%
R=37.98%
G=7.36%
B=54.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98191410.300.8700.45278.8576.2531.37
Hex62138D1E5702D1174c1f
Octal142232153612705542711437
Binary110001010011100011011111010101110101101100010111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62138D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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