Html Css Color HEX #4519F2 Han Purple

📋 copy color: '#4519F2'

red 69 ◦ green 25 ◦ blue 242

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

Shades of Han Purple #4519F2

Tints of Han Purple #4519F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 72.02%

R = 20.54%
G = 7.44%
B = 72.02%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4519F2 (or 0x4519F2) is known color: Han Purple. HEX triplet: 45, 19 and F2. RGB value is (69,25,242). Sum of RGB (Red+Green+Blue) = 69+25+242=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #4519F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4519F2 is #BAE60D. Grayscale: #3E3E3E. Windows color (decimal): -12248590 or 15866181. OLE color: 15866181.

HSL color Cylindrical-coordinate representation of color #4519F2: hue angle of 252.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4519F2 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 69 25 242 -
CMYK 0.71 0.90 0 0.05
HSL 252.17º 0.89% 0.52% -
HSV(B) 252.17º 0.9% 0.95% -
XYZ 18.83 8.37 84.63 -
YUV 62.89 229.08 132.36 -
System Red Green Blue C M Y K H S L
Decimal 69 25 242 0.71 0.90 0 0.05 252.17 0.89 0.52
Hex 45 19 F2 47 5A 0 5 FC 59 34
Octal 105 31 362 107 132 0 5 374 131 64
Binary 1000101 11001 11110010 1000111 1011010 0 101 11111100 1011001 110100

Color Harmonies of #4519F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4519F2

Black with #4519F2

Text Example


Text Example

White with #4519F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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