#4325FA

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

Shades of Han Purple #4325FA

Tints of Han Purple #4325FA

Color information

#4325FA (or 0x4325FA) is unknown color: approx Han Purple. HEX triplet: 43, 25 and FA. RGB value is (67,37,250). Sum of RGB (Red+Green+Blue) = 67+37+250=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #4325FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4325FA is #BCDA05. Grayscale: #454545. Windows color (decimal): -12376582 or 16393539. OLE color: 16393539.

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

Color convert

RGB6737250-
CMYK0.730.8500.02
HSL248.45º95.52%56.27%-
HSV(B)248.45º85.2%98.04%-
XYZ20.239.4291.19-
YUV70.25229.44125.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.93%
GREEN value IS 37 (14.84% from 255) = 10.45%
BLUE value IS 250 (98.05% from 255) = 70.62%
R=18.93%
G=10.45%
B=70.62%

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
Decimal67372500.730.8500.02248.4595.5256.27
Hex4325FA495502f86038
Octal103453721111250237014070
Binary10000111001011111101010010011010101010111110001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4325FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4325FA; }

 p { color: rgb(67,37,250); }

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

<style>
 a { background-color: #4325FA; }

 a { background-color: rgb(67,37,250); }

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

<style>
 span { border-color: #4325FA; }

 span { border-color: rgb(67,37,250); }

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