Html Css Color HEX #3F0DD1 Han Purple

📋 copy color: '#3F0DD1'

red 63 ◦ green 13 ◦ blue 209

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

Shades of Han Purple #3F0DD1

Tints of Han Purple #3F0DD1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.56%

 BLUE value IS 209 (82.03% from 255) = 73.33%

R = 22.11%
G = 4.56%
B = 73.33%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3F0DD1 (or 0x3F0DD1) is known color: Han Purple. HEX triplet: 3F, 0D and D1. RGB value is (63,13,209). Sum of RGB (Red+Green+Blue) = 63+13+209=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 209 (82.03% from 255 or 73.33% from 285); Max value from RGB is 209 - color contains mainly: blue. Hex color #3F0DD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0DD1 is #C0F22E. Grayscale: #313131. Windows color (decimal): -12644911 or 13700415. OLE color: 13700415.

HSL color Cylindrical-coordinate representation of color #3F0DD1: hue angle of 255.31º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0DD1 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 13 209 -
CMYK 0.70 0.94 0 0.18
HSL 255.31º 0.88% 0.44% -
HSV(B) 255.31º 0.94% 0.82% -
XYZ 13.7 5.95 60.75 -
YUV 50.29 217.57 137.06 -
System Red Green Blue C M Y K H S L
Decimal 63 13 209 0.70 0.94 0 0.18 255.31 0.88 0.44
Hex 3F D D1 46 5E 0 12 FF 58 2C
Octal 77 15 321 106 136 0 22 377 130 54
Binary 111111 1101 11010001 1000110 1011110 0 10010 11111111 1011000 101100

Color Harmonies of #3F0DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0DD1

Black with #3F0DD1

Text Example


Text Example

White with #3F0DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,13,209); }

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

background-color css

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

 a { background-color: rgb(63,13,209); }

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

border-color css

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

 span { border-color: rgb(63,13,209); }

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