#3F0ACC

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

Shades of Han Purple #3F0ACC

Tints of Han Purple #3F0ACC

Color information

#3F0ACC (or 0x3F0ACC) is unknown color: approx Han Purple. HEX triplet: 3F, 0A and CC. RGB value is (63,10,204). Sum of RGB (Red+Green+Blue) = 63+10+204=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F0ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0ACC is #C0F533. Grayscale: #2F2F2F. Windows color (decimal): -12645684 or 13371967. OLE color: 13371967.

HSL color Cylindrical-coordinate representation of color #3F0ACC: hue angle of 256.39º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0ACC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6310204-
CMYK0.690.9500.2
HSL256.39º90.65%41.96%-
HSV(B)256.39º95.1%80%-
XYZ13.065.6357.53-
YUV47.96216.06138.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 204 (80.08% from 255) = 73.65%
R=22.74%
G=3.61%
B=73.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal63102040.690.9500.2256.3990.6541.96
Hex3FACC455F0141005b2a
Octal771231410513702440013352
Binary111111101011001100100010110111110101001000000001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,10,204); }

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

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

 a { background-color: rgb(63,10,204); }

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

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

 span { border-color: rgb(63,10,204); }

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