#4B26E4

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

Shades of Han Purple #4B26E4

Tints of Han Purple #4B26E4

Color information

#4B26E4 (or 0x4B26E4) is unknown color: approx Han Purple. HEX triplet: 4B, 26 and E4. RGB value is (75,38,228). Sum of RGB (Red+Green+Blue) = 75+38+228=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 38 (15.23% from 255 or 11.14% 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 #4B26E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B26E4 is #B4D91B. Grayscale: #464646. Windows color (decimal): -11852060 or 14952011. OLE color: 14952011.

HSL color Cylindrical-coordinate representation of color #4B26E4: hue angle of 251.68º 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 #4B26E4 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7538228-
CMYK0.670.8300.11
HSL251.68º77.87%52.16%-
HSV(B)251.68º83.33%89.41%-
XYZ17.68.4874.11-
YUV70.72216.76131.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.99%
GREEN value IS 38 (15.23% from 255) = 11.14%
BLUE value IS 228 (89.45% from 255) = 66.86%
R=21.99%
G=11.14%
B=66.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal75382280.670.8300.11251.6877.8752.16
Hex4B26E443530Bfc4e34
Octal1134634410312301337411664
Binary1001011100110111001001000011101001101011111111001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B26E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,38,228); }

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

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

 a { background-color: rgb(75,38,228); }

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

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

 span { border-color: rgb(75,38,228); }

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