Html Css Color HEX #3F13DF Han Purple

📋 copy color: '#3F13DF'

red 63 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #3F13DF

Tints of Han Purple #3F13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 20.66%
G = 6.23%
B = 73.11%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F13DF (or 0x3F13DF) is known color: Han Purple. HEX triplet: 3F, 13 and DF. RGB value is (63,19,223). Sum of RGB (Red+Green+Blue) = 63+19+223=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F13DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F13DF is #C0EC20. Grayscale: #363636. Windows color (decimal): -12643361 or 14619455. OLE color: 14619455.

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

Color convert

RGB 63 19 223 -
CMYK 0.72 0.91 0 0.13
HSL 252.94º 0.84% 0.47% -
HSV(B) 252.94º 0.91% 0.87% -
XYZ 15.6 6.85 70.31 -
YUV 55.41 222.58 133.41 -
System Red Green Blue C M Y K H S L
Decimal 63 19 223 0.72 0.91 0 0.13 252.94 0.84 0.47
Hex 3F 13 DF 48 5B 0 D FD 54 2F
Octal 77 23 337 110 133 0 15 375 124 57
Binary 111111 10011 11011111 1001000 1011011 0 1101 11111101 1010100 101111

Color Harmonies of #3F13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F13DF

Black with #3F13DF

Text Example


Text Example

White with #3F13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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