Html Css Color HEX #3F2FDF Han Purple

📋 copy color: '#3F2FDF'

red 63 ◦ green 47 ◦ blue 223

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

Shades of Han Purple #3F2FDF

Tints of Han Purple #3F2FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

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

R = 18.92%
G = 14.11%
B = 66.97%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F2FDF (or 0x3F2FDF) is known color: Han Purple. HEX triplet: 3F, 2F and DF. RGB value is (63,47,223). Sum of RGB (Red+Green+Blue) = 63+47+223=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F2FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2FDF is #C0D020. Grayscale: #474747. Windows color (decimal): -12636193 or 14626623. OLE color: 14626623.

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

Color convert

RGB 63 47 223 -
CMYK 0.72 0.79 0 0.13
HSL 245.45º 0.73% 0.53% -
HSV(B) 245.45º 0.79% 0.87% -
XYZ 16.39 8.42 70.57 -
YUV 71.85 213.3 121.69 -
System Red Green Blue C M Y K H S L
Decimal 63 47 223 0.72 0.79 0 0.13 245.45 0.73 0.53
Hex 3F 2F DF 48 4F 0 D F5 49 35
Octal 77 57 337 110 117 0 15 365 111 65
Binary 111111 101111 11011111 1001000 1001111 0 1101 11110101 1001001 110101

Color Harmonies of #3F2FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2FDF

Black with #3F2FDF

Text Example


Text Example

White with #3F2FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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