Html Css Color HEX #3F13D5 Han Purple

📋 copy color: '#3F13D5'

red 63 ◦ green 19 ◦ blue 213

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

Shades of Han Purple #3F13D5

Tints of Han Purple #3F13D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 72.2%

R = 21.36%
G = 6.44%
B = 72.2%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3F13D5 (or 0x3F13D5) is known color: Han Purple. HEX triplet: 3F, 13 and D5. RGB value is (63,19,213). Sum of RGB (Red+Green+Blue) = 63+19+213=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 213 (83.59% from 255 or 72.20% from 295); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F13D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F13D5 is #C0EC2A. Grayscale: #353535. Windows color (decimal): -12643371 or 13964095. OLE color: 13964095.

HSL color Cylindrical-coordinate representation of color #3F13D5: hue angle of 253.61º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F13D5 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 19 213 -
CMYK 0.70 0.91 0 0.16
HSL 253.61º 0.84% 0.45% -
HSV(B) 253.61º 0.91% 0.84% -
XYZ 14.29 6.33 63.42 -
YUV 54.27 217.58 134.23 -
System Red Green Blue C M Y K H S L
Decimal 63 19 213 0.70 0.91 0 0.16 253.61 0.84 0.45
Hex 3F 13 D5 46 5B 0 10 FE 54 2D
Octal 77 23 325 106 133 0 20 376 124 55
Binary 111111 10011 11010101 1000110 1011011 0 10000 11111110 1010100 101101

Color Harmonies of #3F13D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F13D5

Black with #3F13D5

Text Example


Text Example

White with #3F13D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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