Html Css Color HEX #4912DC Han Purple

📋 copy color: '#4912DC'

red 73 ◦ green 18 ◦ blue 220

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

Shades of Han Purple #4912DC

Tints of Han Purple #4912DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

 BLUE value IS 220 (86.33% from 255) = 70.74%

R = 23.47%
G = 5.79%
B = 70.74%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4912DC (or 0x4912DC) is known color: Han Purple. HEX triplet: 49, 12 and DC. RGB value is (73,18,220). Sum of RGB (Red+Green+Blue) = 73+18+220=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #4912DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912DC is #B6ED23. Grayscale: #383838. Windows color (decimal): -11988260 or 14422601. OLE color: 14422601.

HSL color Cylindrical-coordinate representation of color #4912DC: hue angle of 256.34º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4912DC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 18 220 -
CMYK 0.67 0.92 0 0.14
HSL 256.34º 0.85% 0.47% -
HSV(B) 256.34º 0.92% 0.86% -
XYZ 15.88 7.02 68.23 -
YUV 57.47 219.72 139.07 -
System Red Green Blue C M Y K H S L
Decimal 73 18 220 0.67 0.92 0 0.14 256.34 0.85 0.47
Hex 49 12 DC 43 5C 0 E 100 55 2F
Octal 111 22 334 103 134 0 16 400 125 57
Binary 1001001 10010 11011100 1000011 1011100 0 1110 100000000 1010101 101111

Color Harmonies of #4912DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912DC

Black with #4912DC

Text Example


Text Example

White with #4912DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4912DC; }

 p { color: rgb(73,18,220); }

 H1.HeaderClassName
 {
   color: #4912DC;
 }
 .AnyTagClassName
 {
   color: #4912DC;
 }
</style>

background-color css

<style>
 a { background-color: #4912DC; }

 a { background-color: rgb(73,18,220); }

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

border-color css

<style>
 span { border-color: #4912DC; }

 span { border-color: rgb(73,18,220); }

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