Html Css Color HEX #3F19DC Han Purple

📋 copy color: '#3F19DC'

red 63 ◦ green 25 ◦ blue 220

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

Shades of Han Purple #3F19DC

Tints of Han Purple #3F19DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 220 (86.33% from 255) = 71.43%

R = 20.45%
G = 8.12%
B = 71.43%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F19DC (or 0x3F19DC) is known color: Han Purple. HEX triplet: 3F, 19 and DC. RGB value is (63,25,220). Sum of RGB (Red+Green+Blue) = 63+25+220=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F19DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F19DC is #C0E623. Grayscale: #393939. Windows color (decimal): -12641828 or 14424383. OLE color: 14424383.

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

Color convert

RGB 63 25 220 -
CMYK 0.71 0.89 0 0.14
HSL 251.69º 0.8% 0.48% -
HSV(B) 251.69º 0.89% 0.86% -
XYZ 15.32 6.92 68.24 -
YUV 58.59 219.09 131.14 -
System Red Green Blue C M Y K H S L
Decimal 63 25 220 0.71 0.89 0 0.14 251.69 0.8 0.48
Hex 3F 19 DC 47 59 0 E FC 50 30
Octal 77 31 334 107 131 0 16 374 120 60
Binary 111111 11001 11011100 1000111 1011001 0 1110 11111100 1010000 110000

Color Harmonies of #3F19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F19DC

Black with #3F19DC

Text Example


Text Example

White with #3F19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,220); }

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

background-color css

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

 a { background-color: rgb(63,25,220); }

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

border-color css

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

 span { border-color: rgb(63,25,220); }

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