Html Css Color HEX #3F1ADF Han Purple

📋 copy color: '#3F1ADF'

red 63 ◦ green 26 ◦ blue 223

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

Shades of Han Purple #3F1ADF

Tints of Han Purple #3F1ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.47%

R = 20.19%
G = 8.33%
B = 71.47%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F1ADF (or 0x3F1ADF) is known color: Han Purple. HEX triplet: 3F, 1A and DF. RGB value is (63,26,223). Sum of RGB (Red+Green+Blue) = 63+26+223=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F1ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ADF is #C0E520. Grayscale: #3A3A3A. Windows color (decimal): -12641569 or 14621247. OLE color: 14621247.

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

Color convert

RGB 63 26 223 -
CMYK 0.72 0.88 0 0.13
HSL 251.27º 0.79% 0.49% -
HSV(B) 251.27º 0.88% 0.87% -
XYZ 15.74 7.12 70.36 -
YUV 59.52 220.26 130.48 -
System Red Green Blue C M Y K H S L
Decimal 63 26 223 0.72 0.88 0 0.13 251.27 0.79 0.49
Hex 3F 1A DF 48 58 0 D FB 4F 31
Octal 77 32 337 110 130 0 15 373 117 61
Binary 111111 11010 11011111 1001000 1011000 0 1101 11111011 1001111 110001

Color Harmonies of #3F1ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1ADF

Black with #3F1ADF

Text Example


Text Example

White with #3F1ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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