Html Css Color HEX #4900D3 Han Purple

📋 copy color: '#4900D3'

red 73 ◦ green 0 ◦ blue 211

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

Shades of Han Purple #4900D3

Tints of Han Purple #4900D3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 211 (82.81% from 255) = 74.3%

R = 25.7%
G = 0%
B = 74.3%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4900D3 (or 0x4900D3) is known color: Han Purple. HEX triplet: 49, 00 and D3. RGB value is (73,0,211). Sum of RGB (Red+Green+Blue) = 73+0+211=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 211 (82.81% from 255 or 74.30% from 284); Max value from RGB is 211 - color contains mainly: blue. Hex color #4900D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900D3 is #B6FF2C. Grayscale: #2D2D2D. Windows color (decimal): -11992877 or 13828169. OLE color: 13828169.

HSL color Cylindrical-coordinate representation of color #4900D3: hue angle of 260.76º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900D3 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 0 211 -
CMYK 0.65 1 0 0.17
HSL 260.76º 1% 0.41% -
HSV(B) 260.76º 1% 0.83% -
XYZ 14.51 6.12 62.04 -
YUV 45.88 221.18 147.34 -
System Red Green Blue C M Y K H S L
Decimal 73 0 211 0.65 1 0 0.17 260.76 1 0.41
Hex 49 0 D3 41 64 0 11 105 64 29
Octal 111 0 323 101 144 0 21 405 144 51
Binary 1001001 0 11010011 1000001 1100100 0 10001 100000101 1100100 101001

Color Harmonies of #4900D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4900D3

Black with #4900D3

Text Example


Text Example

White with #4900D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4900D3; }

 p { color: rgb(73,0,211); }

 H1.HeaderClassName
 {
   color: #4900D3;
 }
 .AnyTagClassName
 {
   color: #4900D3;
 }
</style>

background-color css

<style>
 a { background-color: #4900D3; }

 a { background-color: rgb(73,0,211); }

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

border-color css

<style>
 span { border-color: #4900D3; }

 span { border-color: rgb(73,0,211); }

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