Html Css Color HEX #3F0CD5 Han Purple

📋 copy color: '#3F0CD5'

red 63 ◦ green 12 ◦ blue 213

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

Shades of Han Purple #3F0CD5

Tints of Han Purple #3F0CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

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

R = 21.88%
G = 4.17%
B = 73.96%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3F0CD5 (or 0x3F0CD5) is known color: Han Purple. HEX triplet: 3F, 0C and D5. RGB value is (63,12,213). Sum of RGB (Red+Green+Blue) = 63+12+213=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 213 (83.59% from 255 or 73.96% from 288); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F0CD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0CD5 is #C0F32A. Grayscale: #313131. Windows color (decimal): -12645163 or 13962303. OLE color: 13962303.

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

Color convert

RGB 63 12 213 -
CMYK 0.70 0.94 0 0.16
HSL 255.22º 0.89% 0.44% -
HSV(B) 255.22º 0.94% 0.84% -
XYZ 14.19 6.12 63.38 -
YUV 50.16 219.9 137.16 -
System Red Green Blue C M Y K H S L
Decimal 63 12 213 0.70 0.94 0 0.16 255.22 0.89 0.44
Hex 3F C D5 46 5E 0 10 FF 59 2C
Octal 77 14 325 106 136 0 20 377 131 54
Binary 111111 1100 11010101 1000110 1011110 0 10000 11111111 1011001 101100

Color Harmonies of #3F0CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0CD5

Black with #3F0CD5

Text Example


Text Example

White with #3F0CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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