Html Css Color HEX #4900DF Han Purple

📋 copy color: '#4900DF'

red 73 ◦ green 0 ◦ blue 223

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

Shades of Han Purple #4900DF

Tints of Han Purple #4900DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.34%

R = 24.66%
G = 0%
B = 75.34%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4900DF (or 0x4900DF) is known color: Han Purple. HEX triplet: 49, 00 and DF. RGB value is (73,0,223). Sum of RGB (Red+Green+Blue) = 73+0+223=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #4900DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900DF is #B6FF20. Grayscale: #2E2E2E. Windows color (decimal): -11992865 or 14614601. OLE color: 14614601.

HSL color Cylindrical-coordinate representation of color #4900DF: hue angle of 259.64º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900DF is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 0 223 -
CMYK 0.67 1 0 0.13
HSL 259.64º 1% 0.44% -
HSV(B) 259.64º 1% 0.87% -
XYZ 16.07 6.74 70.27 -
YUV 47.25 227.18 146.37 -
System Red Green Blue C M Y K H S L
Decimal 73 0 223 0.67 1 0 0.13 259.64 1 0.44
Hex 49 0 DF 43 64 0 D 104 64 2C
Octal 111 0 337 103 144 0 15 404 144 54
Binary 1001001 0 11011111 1000011 1100100 0 1101 100000100 1100100 101100

Color Harmonies of #4900DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4900DF

Black with #4900DF

Text Example


Text Example

White with #4900DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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