Html Css Color HEX #3F1ADD Han Purple

📋 copy color: '#3F1ADD'

red 63 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #3F1ADD

Tints of Han Purple #3F1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.39%

 BLUE value IS 221 (86.72% from 255) = 71.29%

R = 20.32%
G = 8.39%
B = 71.29%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F1ADD (or 0x3F1ADD) is known color: Han Purple. HEX triplet: 3F, 1A and DD. RGB value is (63,26,221). Sum of RGB (Red+Green+Blue) = 63+26+221=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F1ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ADD is #C0E522. Grayscale: #3A3A3A. Windows color (decimal): -12641571 or 14490175. OLE color: 14490175.

HSL color Cylindrical-coordinate representation of color #3F1ADD: hue angle of 251.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1ADD is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 26 221 -
CMYK 0.71 0.88 0 0.13
HSL 251.38º 0.79% 0.48% -
HSV(B) 251.38º 0.88% 0.87% -
XYZ 15.47 7.02 68.95 -
YUV 59.29 219.26 130.64 -
System Red Green Blue C M Y K H S L
Decimal 63 26 221 0.71 0.88 0 0.13 251.38 0.79 0.48
Hex 3F 1A DD 47 58 0 D FB 4F 30
Octal 77 32 335 107 130 0 15 373 117 60
Binary 111111 11010 11011101 1000111 1011000 0 1101 11111011 1001111 110000

Color Harmonies of #3F1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1ADD

Black with #3F1ADD

Text Example


Text Example

White with #3F1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,26,221); }

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

background-color css

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

 a { background-color: rgb(63,26,221); }

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

border-color css

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

 span { border-color: rgb(63,26,221); }

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