Html Css Color HEX #4931DD Han Purple

📋 copy color: '#4931DD'

red 73 ◦ green 49 ◦ blue 221

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

Shades of Han Purple #4931DD

Tints of Han Purple #4931DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

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

R = 21.28%
G = 14.29%
B = 64.43%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4931DD (or 0x4931DD) is known color: Han Purple. HEX triplet: 49, 31 and DD. RGB value is (73,49,221). Sum of RGB (Red+Green+Blue) = 73+49+221=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #4931DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4931DD is #B6CE22. Grayscale: #4B4B4B. Windows color (decimal): -11980323 or 14496073. OLE color: 14496073.

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

Color convert

RGB 73 49 221 -
CMYK 0.67 0.78 0 0.13
HSL 248.37º 0.72% 0.53% -
HSV(B) 248.37º 0.78% 0.87% -
XYZ 16.9 8.83 69.22 -
YUV 75.78 209.95 126.01 -
System Red Green Blue C M Y K H S L
Decimal 73 49 221 0.67 0.78 0 0.13 248.37 0.72 0.53
Hex 49 31 DD 43 4E 0 D F8 48 35
Octal 111 61 335 103 116 0 15 370 110 65
Binary 1001001 110001 11011101 1000011 1001110 0 1101 11111000 1001000 110101

Color Harmonies of #4931DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4931DD

Black with #4931DD

Text Example


Text Example

White with #4931DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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