#4531F6

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

Shades of Han Purple #4531F6

Tints of Han Purple #4531F6

Color information

#4531F6 (or 0x4531F6) is unknown color: approx Han Purple. HEX triplet: 45, 31 and F6. RGB value is (69,49,246). Sum of RGB (Red+Green+Blue) = 69+49+246=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 246 (96.48% from 255 or 67.58% from 364); Max value from RGB is 246 - color contains mainly: blue. Hex color #4531F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4531F6 is #BACE09. Grayscale: #4C4C4C. Windows color (decimal): -12242442 or 16134469. OLE color: 16134469.

HSL color Cylindrical-coordinate representation of color #4531F6: hue angle of 246.09º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4531F6 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6949246-
CMYK0.720.8000.04
HSL246.09º91.63%57.84%-
HSV(B)246.09º80.08%96.47%-
XYZ20.1910.1288.08-
YUV77.44223.13121.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 49 (19.53% from 255) = 13.46%
BLUE value IS 246 (96.48% from 255) = 67.58%
R=18.96%
G=13.46%
B=67.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal69492460.720.8000.04246.0991.6357.84
Hex4531F6485004f65c3a
Octal105613661101200436613472
Binary100010111000111110110100100010100000100111101101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4531F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4531F6; }

 p { color: rgb(69,49,246); }

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

<style>
 a { background-color: #4531F6; }

 a { background-color: rgb(69,49,246); }

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

<style>
 span { border-color: #4531F6; }

 span { border-color: rgb(69,49,246); }

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