Html Css Color HEX #4A1FE9 Han Purple

📋 copy color: '#4A1FE9'

red 74 ◦ green 31 ◦ blue 233

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

Shades of Han Purple #4A1FE9

Tints of Han Purple #4A1FE9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

 BLUE value IS 233 (91.41% from 255) = 68.93%

R = 21.89%
G = 9.17%
B = 68.93%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4A1FE9 (or 0x4A1FE9) is known color: Han Purple. HEX triplet: 4A, 1F and E9. RGB value is (74,31,233). Sum of RGB (Red+Green+Blue) = 74+31+233=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 233 (91.41% from 255 or 68.93% from 338); Max value from RGB is 233 - color contains mainly: blue. Hex color #4A1FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1FE9 is #B5E016. Grayscale: #424242. Windows color (decimal): -11919383 or 15277898. OLE color: 15277898.

HSL color Cylindrical-coordinate representation of color #4A1FE9: hue angle of 252.77º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A1FE9 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 31 233 -
CMYK 0.68 0.87 0 0.09
HSL 252.77º 0.82% 0.52% -
HSV(B) 252.77º 0.87% 0.91% -
XYZ 18.02 8.32 77.75 -
YUV 66.89 221.75 133.07 -
System Red Green Blue C M Y K H S L
Decimal 74 31 233 0.68 0.87 0 0.09 252.77 0.82 0.52
Hex 4A 1F E9 44 57 0 9 FD 52 34
Octal 112 37 351 104 127 0 11 375 122 64
Binary 1001010 11111 11101001 1000100 1010111 0 1001 11111101 1010010 110100

Color Harmonies of #4A1FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1FE9

Black with #4A1FE9

Text Example


Text Example

White with #4A1FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,31,233); }

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

background-color css

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

 a { background-color: rgb(74,31,233); }

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

border-color css

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

 span { border-color: rgb(74,31,233); }

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