Html Css Color HEX #4A27EA Han Purple

📋 copy color: '#4A27EA'

red 74 ◦ green 39 ◦ blue 234

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

Shades of Han Purple #4A27EA

Tints of Han Purple #4A27EA

RGB

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

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

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

R = 21.33%
G = 11.24%
B = 67.44%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A27EA (or 0x4A27EA) is known color: Han Purple. HEX triplet: 4A, 27 and EA. RGB value is (74,39,234). Sum of RGB (Red+Green+Blue) = 74+39+234=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A27EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A27EA is #B5D815. Grayscale: #464646. Windows color (decimal): -11917334 or 15345482. OLE color: 15345482.

HSL color Cylindrical-coordinate representation of color #4A27EA: hue angle of 250.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A27EA is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 39 234 -
CMYK 0.68 0.83 0 0.08
HSL 250.77º 0.82% 0.54% -
HSV(B) 250.77º 0.83% 0.92% -
XYZ 18.4 8.85 78.58 -
YUV 71.7 219.6 129.64 -
System Red Green Blue C M Y K H S L
Decimal 74 39 234 0.68 0.83 0 0.08 250.77 0.82 0.54
Hex 4A 27 EA 44 53 0 8 FB 52 36
Octal 112 47 352 104 123 0 10 373 122 66
Binary 1001010 100111 11101010 1000100 1010011 0 1000 11111011 1010010 110110

Color Harmonies of #4A27EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A27EA

Black with #4A27EA

Text Example


Text Example

White with #4A27EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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