Html Css Color HEX #3F25F9 Han Purple

📋 copy color: '#3F25F9'

red 63 ◦ green 37 ◦ blue 249

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

Shades of Han Purple #3F25F9

Tints of Han Purple #3F25F9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.6%

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

R = 18.05%
G = 10.6%
B = 71.35%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F25F9 (or 0x3F25F9) is known color: Han Purple. HEX triplet: 3F, 25 and F9. RGB value is (63,37,249). Sum of RGB (Red+Green+Blue) = 63+37+249=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 249 (97.66% from 255 or 71.35% from 349); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F25F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F25F9 is #C0DA06. Grayscale: #444444. Windows color (decimal): -12638727 or 16327999. OLE color: 16327999.

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

Color convert

RGB 63 37 249 -
CMYK 0.75 0.85 0 0.02
HSL 247.36º 0.95% 0.56% -
HSV(B) 247.36º 0.85% 0.98% -
XYZ 19.81 9.22 90.36 -
YUV 68.94 229.61 123.76 -
System Red Green Blue C M Y K H S L
Decimal 63 37 249 0.75 0.85 0 0.02 247.36 0.95 0.56
Hex 3F 25 F9 4B 55 0 2 F7 5F 38
Octal 77 45 371 113 125 0 2 367 137 70
Binary 111111 100101 11111001 1001011 1010101 0 10 11110111 1011111 111000

Color Harmonies of #3F25F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F25F9

Black with #3F25F9

Text Example


Text Example

White with #3F25F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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