#62038C

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

Shades of Indigo #62038C

Tints of Indigo #62038C

Color information

#62038C (or 0x62038C) is unknown color: approx Indigo. HEX triplet: 62, 03 and 8C. RGB value is (98,3,140). Sum of RGB (Red+Green+Blue) = 98+3+140=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #62038C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62038C is #9DFC73. Grayscale: #2E2E2E. Windows color (decimal): -10353780 or 9175906. OLE color: 9175906.

HSL color Cylindrical-coordinate representation of color #62038C: hue angle of 281.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62038C is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB983140-
CMYK0.30.9800.45
HSL281.61º95.8%28.04%-
HSV(B)281.61º97.86%54.9%-
XYZ9.84.5625.17-
YUV47.02180.47164.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 140 (55.08% from 255) = 58.09%
R=40.66%
G=1.24%
B=58.09%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9831400.30.9800.45281.6195.828.04
Hex6238C1E6202D11a601c
Octal14232143614205543214034
Binary110001011100011001111011000100101101100011010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62038C; }

 p { color: rgb(98,3,140); }

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

<style>
 a { background-color: #62038C; }

 a { background-color: rgb(98,3,140); }

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

<style>
 span { border-color: #62038C; }

 span { border-color: rgb(98,3,140); }

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