Html Css Color HEX #4A27E4 Han Purple

📋 copy color: '#4A27E4'

red 74 ◦ green 39 ◦ blue 228

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

Shades of Han Purple #4A27E4

Tints of Han Purple #4A27E4

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

 BLUE value IS 228 (89.45% from 255) = 66.86%

R = 21.7%
G = 11.44%
B = 66.86%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4A27E4 (or 0x4A27E4) is known color: Han Purple. HEX triplet: 4A, 27 and E4. RGB value is (74,39,228). Sum of RGB (Red+Green+Blue) = 74+39+228=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 228 (89.45% from 255 or 66.86% from 341); Max value from RGB is 228 - color contains mainly: blue. Hex color #4A27E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A27E4 is #B5D81B. Grayscale: #464646. Windows color (decimal): -11917340 or 14952266. OLE color: 14952266.

HSL color Cylindrical-coordinate representation of color #4A27E4: hue angle of 251.11º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A27E4 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 74 39 228 -
CMYK 0.68 0.83 0 0.11
HSL 251.11º 0.78% 0.52% -
HSV(B) 251.11º 0.83% 0.89% -
XYZ 17.55 8.51 74.12 -
YUV 71.01 216.6 130.13 -
System Red Green Blue C M Y K H S L
Decimal 74 39 228 0.68 0.83 0 0.11 251.11 0.78 0.52
Hex 4A 27 E4 44 53 0 B FB 4E 34
Octal 112 47 344 104 123 0 13 373 116 64
Binary 1001010 100111 11100100 1000100 1010011 0 1011 11111011 1001110 110100

Color Harmonies of #4A27E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A27E4

Black with #4A27E4

Text Example


Text Example

White with #4A27E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,39,228); }

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

background-color css

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

 a { background-color: rgb(74,39,228); }

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

border-color css

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

 span { border-color: rgb(74,39,228); }

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