#3F00CA

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

Shades of Han Purple #3F00CA

Tints of Han Purple #3F00CA

Color information

#3F00CA (or 0x3F00CA) is unknown color: approx Han Purple. HEX triplet: 3F, 00 and CA. RGB value is (63,0,202). Sum of RGB (Red+Green+Blue) = 63+0+202=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F00CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F00CA is #C0FF35. Grayscale: #292929. Windows color (decimal): -12648246 or 13238335. OLE color: 13238335.

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

Color convert

RGB630202-
CMYK0.69100.21
HSL258.71º100%39.61%-
HSV(B)258.71º100%79.22%-
XYZ12.715.3256.23-
YUV41.86218.37143.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 76.23%
R=23.77%
G=0%
B=76.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6302020.69100.21258.7110039.61
Hex3F0CA45640151036428
Octal77031210514402540314450
Binary111111011001010100010111001000101011000000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F00CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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