Html Css Color HEX #3F25EF Han Purple

📋 copy color: '#3F25EF'

red 63 ◦ green 37 ◦ blue 239

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

Shades of Han Purple #3F25EF

Tints of Han Purple #3F25EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.5%

R = 18.58%
G = 10.91%
B = 70.5%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3F25EF (or 0x3F25EF) is known color: Han Purple. HEX triplet: 3F, 25 and EF. RGB value is (63,37,239). Sum of RGB (Red+Green+Blue) = 63+37+239=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F25EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F25EF is #C0DA10. Grayscale: #434343. Windows color (decimal): -12638737 or 15672639. OLE color: 15672639.

HSL color Cylindrical-coordinate representation of color #3F25EF: hue angle of 247.72º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F25EF is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 37 239 -
CMYK 0.74 0.85 0 0.06
HSL 247.72º 0.86% 0.54% -
HSV(B) 247.72º 0.85% 0.94% -
XYZ 18.29 8.61 82.36 -
YUV 67.8 224.61 124.57 -
System Red Green Blue C M Y K H S L
Decimal 63 37 239 0.74 0.85 0 0.06 247.72 0.86 0.54
Hex 3F 25 EF 4A 55 0 6 F8 56 36
Octal 77 45 357 112 125 0 6 370 126 66
Binary 111111 100101 11101111 1001010 1010101 0 110 11111000 1010110 110110

Color Harmonies of #3F25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F25EF

Black with #3F25EF

Text Example


Text Example

White with #3F25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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