Html Css Color HEX #3F12FA Han Purple

📋 copy color: '#3F12FA'

red 63 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #3F12FA

Tints of Han Purple #3F12FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.44%

 BLUE value IS 250 (98.05% from 255) = 75.53%

R = 19.03%
G = 5.44%
B = 75.53%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F12FA (or 0x3F12FA) is known color: Han Purple. HEX triplet: 3F, 12 and FA. RGB value is (63,18,250). Sum of RGB (Red+Green+Blue) = 63+18+250=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F12FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F12FA is #C0ED05. Grayscale: #393939. Windows color (decimal): -12643590 or 16388671. OLE color: 16388671.

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

Color convert

RGB 63 18 250 -
CMYK 0.75 0.93 0 0.02
HSL 251.64º 0.96% 0.53% -
HSV(B) 251.64º 0.93% 0.98% -
XYZ 19.52 8.39 91.03 -
YUV 57.9 236.41 131.64 -
System Red Green Blue C M Y K H S L
Decimal 63 18 250 0.75 0.93 0 0.02 251.64 0.96 0.53
Hex 3F 12 FA 4B 5D 0 2 FC 60 35
Octal 77 22 372 113 135 0 2 374 140 65
Binary 111111 10010 11111010 1001011 1011101 0 10 11111100 1100000 110101

Color Harmonies of #3F12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F12FA

Black with #3F12FA

Text Example


Text Example

White with #3F12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,18,250); }

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

background-color css

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

 a { background-color: rgb(63,18,250); }

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

border-color css

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

 span { border-color: rgb(63,18,250); }

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