#4526FB

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

Shades of Han Purple #4526FB

Tints of Han Purple #4526FB

Color information

#4526FB (or 0x4526FB) is unknown color: approx Han Purple. HEX triplet: 45, 26 and FB. RGB value is (69,38,251). Sum of RGB (Red+Green+Blue) = 69+38+251=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #4526FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4526FB is #BAD904. Grayscale: #464646. Windows color (decimal): -12245253 or 16459333. OLE color: 16459333.

HSL color Cylindrical-coordinate representation of color #4526FB: hue angle of 248.73º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4526FB is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6938251-
CMYK0.730.8500.02
HSL248.73º96.38%56.67%-
HSV(B)248.73º84.86%98.43%-
XYZ20.569.6292.04-
YUV71.55229.27126.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.27%
GREEN value IS 38 (15.23% from 255) = 10.61%
BLUE value IS 251 (98.44% from 255) = 70.11%
R=19.27%
G=10.61%
B=70.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal69382510.730.8500.02248.7396.3856.67
Hex4526FB495502f96039
Octal105463731111250237114071
Binary10001011001101111101110010011010101010111110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4526FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4526FB; }

 p { color: rgb(69,38,251); }

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

<style>
 a { background-color: #4526FB; }

 a { background-color: rgb(69,38,251); }

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

<style>
 span { border-color: #4526FB; }

 span { border-color: rgb(69,38,251); }

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