Html Css Color HEX #3F06FC Han Purple

📋 copy color: '#3F06FC'

red 63 ◦ green 6 ◦ blue 252

#3F06FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3F06FC

Tints of Han Purple #3F06FC

RGB

 RED value IS 63 (25% from 255) = 19.63%

 GREEN value IS 6 (2.73% from 255) = 1.87%

 BLUE value IS 252 (98.83% from 255) = 78.5%

R = 19.63%
G = 1.87%
B = 78.5%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3F06FC (or 0x3F06FC) is known color: Han Purple. HEX triplet: 3F, 06 and FC. RGB value is (63,6,252). Sum of RGB (Red+Green+Blue) = 63+6+252=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F06FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F06FC is #C0F903. Grayscale: #323232. Windows color (decimal): -12646660 or 16516671. OLE color: 16516671.

HSL color Cylindrical-coordinate representation of color #3F06FC: hue angle of 253.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F06FC is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 6 252 -
CMYK 0.75 0.98 0 0.01
HSL 253.9º 0.98% 0.51% -
HSV(B) 253.9º 0.98% 0.99% -
XYZ 19.69 8.22 92.64 -
YUV 51.09 241.38 136.5 -
System Red Green Blue C M Y K H S L
Decimal 63 6 252 0.75 0.98 0 0.01 253.9 0.98 0.51
Hex 3F 6 FC 4B 62 0 1 FE 62 33
Octal 77 6 374 113 142 0 1 376 142 63
Binary 111111 110 11111100 1001011 1100010 0 1 11111110 1100010 110011

Color Harmonies of #3F06FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F06FC

Black with #3F06FC

Text Example


Text Example

White with #3F06FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,6,252); }

 H1.HeaderClassName
 {
   color: #3F06FC;
 }
 .AnyTagClassName
 {
   color: #3F06FC;
 }
</style>

background-color css

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

 a { background-color: rgb(63,6,252); }

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

border-color css

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

 span { border-color: rgb(63,6,252); }

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