Html Css Color HEX #4913DD Han Purple

📋 copy color: '#4913DD'

red 73 ◦ green 19 ◦ blue 221

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

Shades of Han Purple #4913DD

Tints of Han Purple #4913DD

RGB

 RED value IS 73 (28.91% from 255) = 23.32%

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

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

R = 23.32%
G = 6.07%
B = 70.61%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4913DD (or 0x4913DD) is known color: Han Purple. HEX triplet: 49, 13 and DD. RGB value is (73,19,221). Sum of RGB (Red+Green+Blue) = 73+19+221=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #4913DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4913DD is #B6EC22. Grayscale: #393939. Windows color (decimal): -11988003 or 14488393. OLE color: 14488393.

HSL color Cylindrical-coordinate representation of color #4913DD: hue angle of 256.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4913DD is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 19 221 -
CMYK 0.67 0.91 0 0.13
HSL 256.04º 0.84% 0.47% -
HSV(B) 256.04º 0.91% 0.87% -
XYZ 16.03 7.1 68.93 -
YUV 58.17 219.89 138.57 -
System Red Green Blue C M Y K H S L
Decimal 73 19 221 0.67 0.91 0 0.13 256.04 0.84 0.47
Hex 49 13 DD 43 5B 0 D 100 54 2F
Octal 111 23 335 103 133 0 15 400 124 57
Binary 1001001 10011 11011101 1000011 1011011 0 1101 100000000 1010100 101111

Color Harmonies of #4913DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4913DD

Black with #4913DD

Text Example


Text Example

White with #4913DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4913DD; }

 p { color: rgb(73,19,221); }

 H1.HeaderClassName
 {
   color: #4913DD;
 }
 .AnyTagClassName
 {
   color: #4913DD;
 }
</style>

background-color css

<style>
 a { background-color: #4913DD; }

 a { background-color: rgb(73,19,221); }

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

border-color css

<style>
 span { border-color: #4913DD; }

 span { border-color: rgb(73,19,221); }

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