Html Css Color HEX #3F1ED5 Han Purple

📋 copy color: '#3F1ED5'

red 63 ◦ green 30 ◦ blue 213

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

Shades of Han Purple #3F1ED5

Tints of Han Purple #3F1ED5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.8%

 BLUE value IS 213 (83.59% from 255) = 69.61%

R = 20.59%
G = 9.8%
B = 69.61%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3F1ED5 (or 0x3F1ED5) is known color: Han Purple. HEX triplet: 3F, 1E and D5. RGB value is (63,30,213). Sum of RGB (Red+Green+Blue) = 63+30+213=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F1ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ED5 is #C0E12A. Grayscale: #3C3C3C. Windows color (decimal): -12640555 or 13966911. OLE color: 13966911.

HSL color Cylindrical-coordinate representation of color #3F1ED5: hue angle of 250.82º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1ED5 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 30 213 -
CMYK 0.70 0.86 0 0.16
HSL 250.82º 0.75% 0.48% -
HSV(B) 250.82º 0.86% 0.84% -
XYZ 14.52 6.79 63.5 -
YUV 60.73 213.93 129.62 -
System Red Green Blue C M Y K H S L
Decimal 63 30 213 0.70 0.86 0 0.16 250.82 0.75 0.48
Hex 3F 1E D5 46 56 0 10 FB 4B 30
Octal 77 36 325 106 126 0 20 373 113 60
Binary 111111 11110 11010101 1000110 1010110 0 10000 11111011 1001011 110000

Color Harmonies of #3F1ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1ED5

Black with #3F1ED5

Text Example


Text Example

White with #3F1ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,30,213); }

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

background-color css

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

 a { background-color: rgb(63,30,213); }

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

border-color css

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

 span { border-color: rgb(63,30,213); }

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