Html Css Color HEX #3F0CFB Han Purple

📋 copy color: '#3F0CFB'

red 63 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #3F0CFB

Tints of Han Purple #3F0CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.68%

 BLUE value IS 251 (98.44% from 255) = 76.99%

R = 19.33%
G = 3.68%
B = 76.99%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F0CFB (or 0x3F0CFB) is known color: Han Purple. HEX triplet: 3F, 0C and FB. RGB value is (63,12,251). Sum of RGB (Red+Green+Blue) = 63+12+251=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F0CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0CFB is #C0F304. Grayscale: #353535. Windows color (decimal): -12645125 or 16452671. OLE color: 16452671.

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

Color convert

RGB 63 12 251 -
CMYK 0.75 0.95 0 0.02
HSL 252.8º 0.97% 0.52% -
HSV(B) 252.8º 0.95% 0.98% -
XYZ 19.59 8.28 91.83 -
YUV 54.5 238.9 134.07 -
System Red Green Blue C M Y K H S L
Decimal 63 12 251 0.75 0.95 0 0.02 252.8 0.97 0.52
Hex 3F C FB 4B 5F 0 2 FD 61 34
Octal 77 14 373 113 137 0 2 375 141 64
Binary 111111 1100 11111011 1001011 1011111 0 10 11111101 1100001 110100

Color Harmonies of #3F0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0CFB

Black with #3F0CFB

Text Example


Text Example

White with #3F0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,12,251); }

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

background-color css

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

 a { background-color: rgb(63,12,251); }

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

border-color css

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

 span { border-color: rgb(63,12,251); }

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