Html Css Color HEX #3F2CDB Han Purple

📋 copy color: '#3F2CDB'

red 63 ◦ green 44 ◦ blue 219

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

Shades of Han Purple #3F2CDB

Tints of Han Purple #3F2CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.5%

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 19.33%
G = 13.5%
B = 67.18%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F2CDB (or 0x3F2CDB) is known color: Han Purple. HEX triplet: 3F, 2C and DB. RGB value is (63,44,219). Sum of RGB (Red+Green+Blue) = 63+44+219=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F2CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2CDB is #C0D324. Grayscale: #444444. Windows color (decimal): -12636965 or 14363711. OLE color: 14363711.

HSL color Cylindrical-coordinate representation of color #3F2CDB: hue angle of 246.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F2CDB is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 44 219 -
CMYK 0.71 0.80 0 0.14
HSL 246.51º 0.71% 0.52% -
HSV(B) 246.51º 0.8% 0.86% -
XYZ 15.74 7.97 67.73 -
YUV 69.63 212.29 123.27 -
System Red Green Blue C M Y K H S L
Decimal 63 44 219 0.71 0.80 0 0.14 246.51 0.71 0.52
Hex 3F 2C DB 47 50 0 E F7 47 34
Octal 77 54 333 107 120 0 16 367 107 64
Binary 111111 101100 11011011 1000111 1010000 0 1110 11110111 1000111 110100

Color Harmonies of #3F2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2CDB

Black with #3F2CDB

Text Example


Text Example

White with #3F2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,219); }

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

background-color css

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

 a { background-color: rgb(63,44,219); }

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

border-color css

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

 span { border-color: rgb(63,44,219); }

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