Html Css Color HEX #3F0DDD Han Purple

📋 copy color: '#3F0DDD'

red 63 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #3F0DDD

Tints of Han Purple #3F0DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.41%

R = 21.21%
G = 4.38%
B = 74.41%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F0DDD (or 0x3F0DDD) is known color: Han Purple. HEX triplet: 3F, 0D and DD. RGB value is (63,13,221). Sum of RGB (Red+Green+Blue) = 63+13+221=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F0DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0DDD is #C0F222. Grayscale: #323232. Windows color (decimal): -12644899 or 14486847. OLE color: 14486847.

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

Color convert

RGB 63 13 221 -
CMYK 0.71 0.94 0 0.13
HSL 254.42º 0.89% 0.46% -
HSV(B) 254.42º 0.94% 0.87% -
XYZ 15.24 6.57 68.87 -
YUV 51.66 223.57 136.09 -
System Red Green Blue C M Y K H S L
Decimal 63 13 221 0.71 0.94 0 0.13 254.42 0.89 0.46
Hex 3F D DD 47 5E 0 D FE 59 2E
Octal 77 15 335 107 136 0 15 376 131 56
Binary 111111 1101 11011101 1000111 1011110 0 1101 11111110 1011001 101110

Color Harmonies of #3F0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0DDD

Black with #3F0DDD

Text Example


Text Example

White with #3F0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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