Html Css Color HEX #4519EA Han Purple

📋 copy color: '#4519EA'

red 69 ◦ green 25 ◦ blue 234

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

Shades of Han Purple #4519EA

Tints of Han Purple #4519EA

RGB

 RED value IS 69 (27.34% from 255) = 21.04%

 GREEN value IS 25 (10.16% from 255) = 7.62%

 BLUE value IS 234 (91.8% from 255) = 71.34%

R = 21.04%
G = 7.62%
B = 71.34%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4519EA (or 0x4519EA) is known color: Han Purple. HEX triplet: 45, 19 and EA. RGB value is (69,25,234). Sum of RGB (Red+Green+Blue) = 69+25+234=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #4519EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4519EA is #BAE615. Grayscale: #3D3D3D. Windows color (decimal): -12248598 or 15341893. OLE color: 15341893.

HSL color Cylindrical-coordinate representation of color #4519EA: hue angle of 252.63º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4519EA is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 25 234 -
CMYK 0.71 0.89 0 0.08
HSL 252.63º 0.83% 0.51% -
HSV(B) 252.63º 0.89% 0.92% -
XYZ 17.65 7.9 78.44 -
YUV 61.98 225.08 133.01 -
System Red Green Blue C M Y K H S L
Decimal 69 25 234 0.71 0.89 0 0.08 252.63 0.83 0.51
Hex 45 19 EA 47 59 0 8 FD 53 33
Octal 105 31 352 107 131 0 10 375 123 63
Binary 1000101 11001 11101010 1000111 1011001 0 1000 11111101 1010011 110011

Color Harmonies of #4519EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4519EA

Black with #4519EA

Text Example


Text Example

White with #4519EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4519EA; }

 p { color: rgb(69,25,234); }

 H1.HeaderClassName
 {
   color: #4519EA;
 }
 .AnyTagClassName
 {
   color: #4519EA;
 }
</style>

background-color css

<style>
 a { background-color: #4519EA; }

 a { background-color: rgb(69,25,234); }

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

border-color css

<style>
 span { border-color: #4519EA; }

 span { border-color: rgb(69,25,234); }

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