Html Css Color HEX #3F0EFC Han Purple

📋 copy color: '#3F0EFC'

red 63 ◦ green 14 ◦ blue 252

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

Shades of Han Purple #3F0EFC

Tints of Han Purple #3F0EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.26%

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

R = 19.15%
G = 4.26%
B = 76.6%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3F0EFC (or 0x3F0EFC) is known color: Han Purple. HEX triplet: 3F, 0E and FC. RGB value is (63,14,252). Sum of RGB (Red+Green+Blue) = 63+14+252=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F0EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0EFC is #C0F103. Grayscale: #363636. Windows color (decimal): -12644612 or 16518719. OLE color: 16518719.

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

Color convert

RGB 63 14 252 -
CMYK 0.75 0.94 0 0.01
HSL 252.35º 0.98% 0.52% -
HSV(B) 252.35º 0.94% 0.99% -
XYZ 19.78 8.4 92.67 -
YUV 55.78 238.73 133.15 -
System Red Green Blue C M Y K H S L
Decimal 63 14 252 0.75 0.94 0 0.01 252.35 0.98 0.52
Hex 3F E FC 4B 5E 0 1 FC 62 34
Octal 77 16 374 113 136 0 1 374 142 64
Binary 111111 1110 11111100 1001011 1011110 0 1 11111100 1100010 110100

Color Harmonies of #3F0EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0EFC

Black with #3F0EFC

Text Example


Text Example

White with #3F0EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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