#3F05CA

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

Shades of Han Purple #3F05CA

Tints of Han Purple #3F05CA

Color information

#3F05CA (or 0x3F05CA) is unknown color: approx Han Purple. HEX triplet: 3F, 05 and CA. RGB value is (63,5,202). Sum of RGB (Red+Green+Blue) = 63+5+202=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F05CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05CA is #C0FA35. Grayscale: #2C2C2C. Windows color (decimal): -12646966 or 13239615. OLE color: 13239615.

HSL color Cylindrical-coordinate representation of color #3F05CA: hue angle of 257.66º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F05CA is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB635202-
CMYK0.690.9800.21
HSL257.66º95.17%40.59%-
HSV(B)257.66º97.52%79.22%-
XYZ12.765.4356.25-
YUV44.8216.72140.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 202 (79.30% from 255) = 74.81%
R=23.33%
G=1.85%
B=74.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6352020.690.9800.21257.6695.1740.59
Hex3F5CA45620151025f29
Octal77531210514202540213751
Binary11111110111001010100010111000100101011000000101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F05CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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