Html Css Color HEX #3F0DDB Han Purple

📋 copy color: '#3F0DDB'

red 63 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #3F0DDB

Tints of Han Purple #3F0DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.24%

R = 21.36%
G = 4.41%
B = 74.24%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F0DDB (or 0x3F0DDB) is known color: Han Purple. HEX triplet: 3F, 0D and DB. RGB value is (63,13,219). Sum of RGB (Red+Green+Blue) = 63+13+219=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F0DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0DDB is #C0F224. Grayscale: #323232. Windows color (decimal): -12644901 or 14355775. OLE color: 14355775.

HSL color Cylindrical-coordinate representation of color #3F0DDB: hue angle of 254.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0DDB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 13 219 -
CMYK 0.71 0.94 0 0.14
HSL 254.56º 0.89% 0.45% -
HSV(B) 254.56º 0.94% 0.86% -
XYZ 14.98 6.46 67.48 -
YUV 51.43 222.57 136.25 -
System Red Green Blue C M Y K H S L
Decimal 63 13 219 0.71 0.94 0 0.14 254.56 0.89 0.45
Hex 3F D DB 47 5E 0 E FF 59 2D
Octal 77 15 333 107 136 0 16 377 131 55
Binary 111111 1101 11011011 1000111 1011110 0 1110 11111111 1011001 101101

Color Harmonies of #3F0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0DDB

Black with #3F0DDB

Text Example


Text Example

White with #3F0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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