Html Css Color HEX #4A19EF Han Purple

📋 copy color: '#4A19EF'

red 74 ◦ green 25 ◦ blue 239

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

Shades of Han Purple #4A19EF

Tints of Han Purple #4A19EF

RGB

 RED value IS 74 (29.3% from 255) = 21.89%

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

 BLUE value IS 239 (93.75% from 255) = 70.71%

R = 21.89%
G = 7.4%
B = 70.71%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A19EF (or 0x4A19EF) is known color: Han Purple. HEX triplet: 4A, 19 and EF. RGB value is (74,25,239). Sum of RGB (Red+Green+Blue) = 74+25+239=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A19EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A19EF is #B5E610. Grayscale: #3F3F3F. Windows color (decimal): -11920913 or 15669578. OLE color: 15669578.

HSL color Cylindrical-coordinate representation of color #4A19EF: hue angle of 253.74º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A19EF is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 25 239 -
CMYK 0.69 0.90 0 0.06
HSL 253.74º 0.87% 0.52% -
HSV(B) 253.74º 0.9% 0.94% -
XYZ 18.75 8.38 82.29 -
YUV 64.05 226.73 135.1 -
System Red Green Blue C M Y K H S L
Decimal 74 25 239 0.69 0.90 0 0.06 253.74 0.87 0.52
Hex 4A 19 EF 45 5A 0 6 FE 57 34
Octal 112 31 357 105 132 0 6 376 127 64
Binary 1001010 11001 11101111 1000101 1011010 0 110 11111110 1010111 110100

Color Harmonies of #4A19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A19EF

Black with #4A19EF

Text Example


Text Example

White with #4A19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A19EF; }

 p { color: rgb(74,25,239); }

 H1.HeaderClassName
 {
   color: #4A19EF;
 }
 .AnyTagClassName
 {
   color: #4A19EF;
 }
</style>

background-color css

<style>
 a { background-color: #4A19EF; }

 a { background-color: rgb(74,25,239); }

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

border-color css

<style>
 span { border-color: #4A19EF; }

 span { border-color: rgb(74,25,239); }

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