#3F0562

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

Shades of Indigo #3F0562

Tints of Indigo #3F0562

Color information

#3F0562 (or 0x3F0562) is unknown color: approx Indigo. HEX triplet: 3F, 05 and 62. RGB value is (63,5,98). Sum of RGB (Red+Green+Blue) = 63+5+98=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F0562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0562 is #C0FA9D. Grayscale: #202020. Windows color (decimal): -12647070 or 6423871. OLE color: 6423871.

HSL color Cylindrical-coordinate representation of color #3F0562: hue angle of 277.42º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0562 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB63598-
CMYK0.360.9500.62
HSL277.42º90.29%20.2%-
HSV(B)277.42º94.9%38.43%-
XYZ4.312.0511.72-
YUV32.94164.72149.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=37.95%
G=3.01%
B=59.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal635980.360.9500.62277.4290.2920.2
Hex3F562245F03E1155a14
Octal7751424413707642513224
Binary111111101110001010010010111110111110100010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F0562; }

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

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

<style>
 a { background-color: #3F0562; }

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

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

<style>
 span { border-color: #3F0562; }

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

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