Html Css Color HEX #3F04FA Han Purple

📋 copy color: '#3F04FA'

red 63 ◦ green 4 ◦ blue 250

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

Shades of Han Purple #3F04FA

Tints of Han Purple #3F04FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 19.87%
G = 1.26%
B = 78.86%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F04FA (or 0x3F04FA) is known color: Han Purple. HEX triplet: 3F, 04 and FA. RGB value is (63,4,250). Sum of RGB (Red+Green+Blue) = 63+4+250=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F04FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F04FA is #C0FB05. Grayscale: #303030. Windows color (decimal): -12647174 or 16385087. OLE color: 16385087.

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

Color convert

RGB 63 4 250 -
CMYK 0.75 0.98 0 0.02
HSL 254.39º 0.97% 0.5% -
HSV(B) 254.39º 0.98% 0.98% -
XYZ 19.35 8.05 90.98 -
YUV 49.69 241.05 137.5 -
System Red Green Blue C M Y K H S L
Decimal 63 4 250 0.75 0.98 0 0.02 254.39 0.97 0.5
Hex 3F 4 FA 4B 62 0 2 FE 61 32
Octal 77 4 372 113 142 0 2 376 141 62
Binary 111111 100 11111010 1001011 1100010 0 10 11111110 1100001 110010

Color Harmonies of #3F04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F04FA

Black with #3F04FA

Text Example


Text Example

White with #3F04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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