Html Css Color HEX #3F15DA Han Purple

📋 copy color: '#3F15DA'

red 63 ◦ green 21 ◦ blue 218

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

Shades of Han Purple #3F15DA

Tints of Han Purple #3F15DA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 218 (85.55% from 255) = 72.19%

R = 20.86%
G = 6.95%
B = 72.19%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3F15DA (or 0x3F15DA) is known color: Han Purple. HEX triplet: 3F, 15 and DA. RGB value is (63,21,218). Sum of RGB (Red+Green+Blue) = 63+21+218=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F15DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F15DA is #C0EA25. Grayscale: #373737. Windows color (decimal): -12642854 or 14292287. OLE color: 14292287.

HSL color Cylindrical-coordinate representation of color #3F15DA: hue angle of 252.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F15DA is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 21 218 -
CMYK 0.71 0.90 0 0.15
HSL 252.79º 0.82% 0.47% -
HSV(B) 252.79º 0.9% 0.85% -
XYZ 14.97 6.66 66.83 -
YUV 56.02 219.41 132.98 -
System Red Green Blue C M Y K H S L
Decimal 63 21 218 0.71 0.90 0 0.15 252.79 0.82 0.47
Hex 3F 15 DA 47 5A 0 F FD 52 2F
Octal 77 25 332 107 132 0 17 375 122 57
Binary 111111 10101 11011010 1000111 1011010 0 1111 11111101 1010010 101111

Color Harmonies of #3F15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F15DA

Black with #3F15DA

Text Example


Text Example

White with #3F15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,21,218); }

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

background-color css

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

 a { background-color: rgb(63,21,218); }

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

border-color css

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

 span { border-color: rgb(63,21,218); }

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