Html Css Color HEX #4912EB Han Purple

📋 copy color: '#4912EB'

red 73 ◦ green 18 ◦ blue 235

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

Shades of Han Purple #4912EB

Tints of Han Purple #4912EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 72.09%

R = 22.39%
G = 5.52%
B = 72.09%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4912EB (or 0x4912EB) is known color: Han Purple. HEX triplet: 49, 12 and EB. RGB value is (73,18,235). Sum of RGB (Red+Green+Blue) = 73+18+235=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #4912EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4912EB is #B6ED14. Grayscale: #3A3A3A. Windows color (decimal): -11988245 or 15405641. OLE color: 15405641.

HSL color Cylindrical-coordinate representation of color #4912EB: hue angle of 255.21º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4912EB is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 18 235 -
CMYK 0.69 0.92 0 0.08
HSL 255.21º 0.86% 0.5% -
HSV(B) 255.21º 0.92% 0.92% -
XYZ 17.96 7.85 79.17 -
YUV 59.18 227.22 137.86 -
System Red Green Blue C M Y K H S L
Decimal 73 18 235 0.69 0.92 0 0.08 255.21 0.86 0.5
Hex 49 12 EB 45 5C 0 8 FF 56 32
Octal 111 22 353 105 134 0 10 377 126 62
Binary 1001001 10010 11101011 1000101 1011100 0 1000 11111111 1010110 110010

Color Harmonies of #4912EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912EB

Black with #4912EB

Text Example


Text Example

White with #4912EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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