Html Css Color HEX #3F1CF9 Han Purple

📋 copy color: '#3F1CF9'

red 63 ◦ green 28 ◦ blue 249

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

Shades of Han Purple #3F1CF9

Tints of Han Purple #3F1CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

 BLUE value IS 249 (97.66% from 255) = 73.24%

R = 18.53%
G = 8.24%
B = 73.24%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F1CF9 (or 0x3F1CF9) is known color: Han Purple. HEX triplet: 3F, 1C and F9. RGB value is (63,28,249). Sum of RGB (Red+Green+Blue) = 63+28+249=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F1CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1CF9 is #C0E306. Grayscale: #3E3E3E. Windows color (decimal): -12641031 or 16325695. OLE color: 16325695.

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

Color convert

RGB 63 28 249 -
CMYK 0.75 0.89 0 0.02
HSL 249.5º 0.95% 0.54% -
HSV(B) 249.5º 0.89% 0.98% -
XYZ 19.56 8.73 90.28 -
YUV 63.66 232.6 127.53 -
System Red Green Blue C M Y K H S L
Decimal 63 28 249 0.75 0.89 0 0.02 249.5 0.95 0.54
Hex 3F 1C F9 4B 59 0 2 FA 5F 36
Octal 77 34 371 113 131 0 2 372 137 66
Binary 111111 11100 11111001 1001011 1011001 0 10 11111010 1011111 110110

Color Harmonies of #3F1CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1CF9

Black with #3F1CF9

Text Example


Text Example

White with #3F1CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,28,249); }

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

background-color css

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

 a { background-color: rgb(63,28,249); }

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

border-color css

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

 span { border-color: rgb(63,28,249); }

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