#4B34E0

Color #4B34E0 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4B34E0

Tints of Han Purple #4B34E0

Color information

#4B34E0 (or 0x4B34E0) is unknown color: approx Han Purple. HEX triplet: 4B, 34 and E0. RGB value is (75,52,224). Sum of RGB (Red+Green+Blue) = 75+52+224=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #4B34E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B34E0 is #B4CB1F. Grayscale: #4D4D4D. Windows color (decimal): -11848480 or 14693451. OLE color: 14693451.

HSL color Cylindrical-coordinate representation of color #4B34E0: hue angle of 248.02º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B34E0 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7552224-
CMYK0.670.7700.12
HSL248.02º73.5%54.12%-
HSV(B)248.02º76.79%87.84%-
XYZ17.589.3371.4-
YUV78.48210.12125.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 224 (87.89% from 255) = 63.82%
R=21.37%
G=14.81%
B=63.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75522240.670.7700.12248.0273.554.12
Hex4B34E0434D0Cf84a36
Octal1136434010311501437011266
Binary1001011110100111000001000011100110101100111110001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B34E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,224); }

 H1.HeaderClassName
 {
   color: #4B34E0;
 }
 .AnyTagClassName
 {
   color: #4B34E0;
 }
</style>
background-color css

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

 a { background-color: rgb(75,52,224); }

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

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

 span { border-color: rgb(75,52,224); }

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