Html Css Color HEX #3F0FE4 Han Purple

📋 copy color: '#3F0FE4'

red 63 ◦ green 15 ◦ blue 228

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

Shades of Han Purple #3F0FE4

Tints of Han Purple #3F0FE4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.9%

 BLUE value IS 228 (89.45% from 255) = 74.51%

R = 20.59%
G = 4.9%
B = 74.51%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3F0FE4 (or 0x3F0FE4) is known color: Han Purple. HEX triplet: 3F, 0F and E4. RGB value is (63,15,228). Sum of RGB (Red+Green+Blue) = 63+15+228=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 228 (89.45% from 255 or 74.51% from 306); Max value from RGB is 228 - color contains mainly: blue. Hex color #3F0FE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FE4 is #C0F01B. Grayscale: #343434. Windows color (decimal): -12644380 or 14946111. OLE color: 14946111.

HSL color Cylindrical-coordinate representation of color #3F0FE4: hue angle of 253.52º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FE4 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 15 228 -
CMYK 0.72 0.93 0 0.11
HSL 253.52º 0.88% 0.48% -
HSV(B) 253.52º 0.93% 0.89% -
XYZ 16.22 7 73.89 -
YUV 53.63 226.4 134.68 -
System Red Green Blue C M Y K H S L
Decimal 63 15 228 0.72 0.93 0 0.11 253.52 0.88 0.48
Hex 3F F E4 48 5D 0 B FE 58 30
Octal 77 17 344 110 135 0 13 376 130 60
Binary 111111 1111 11100100 1001000 1011101 0 1011 11111110 1011000 110000

Color Harmonies of #3F0FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0FE4

Black with #3F0FE4

Text Example


Text Example

White with #3F0FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,15,228); }

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

background-color css

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

 a { background-color: rgb(63,15,228); }

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

border-color css

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

 span { border-color: rgb(63,15,228); }

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