Html Css Color HEX #4A27EB Han Purple

📋 copy color: '#4A27EB'

red 74 ◦ green 39 ◦ blue 235

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

Shades of Han Purple #4A27EB

Tints of Han Purple #4A27EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.53%

R = 21.26%
G = 11.21%
B = 67.53%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A27EB (or 0x4A27EB) is known color: Han Purple. HEX triplet: 4A, 27 and EB. RGB value is (74,39,235). Sum of RGB (Red+Green+Blue) = 74+39+235=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A27EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A27EB is #B5D814. Grayscale: #474747. Windows color (decimal): -11917333 or 15411018. OLE color: 15411018.

HSL color Cylindrical-coordinate representation of color #4A27EB: hue angle of 250.71º degrees, saturation: 0.83, 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 #4A27EB is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 39 235 -
CMYK 0.69 0.83 0 0.08
HSL 250.71º 0.83% 0.54% -
HSV(B) 250.71º 0.83% 0.92% -
XYZ 18.54 8.91 79.34 -
YUV 71.81 220.1 129.56 -
System Red Green Blue C M Y K H S L
Decimal 74 39 235 0.69 0.83 0 0.08 250.71 0.83 0.54
Hex 4A 27 EB 45 53 0 8 FB 53 36
Octal 112 47 353 105 123 0 10 373 123 66
Binary 1001010 100111 11101011 1000101 1010011 0 1000 11111011 1010011 110110

Color Harmonies of #4A27EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A27EB

Black with #4A27EB

Text Example


Text Example

White with #4A27EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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