#4530F3

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

Shades of Han Purple #4530F3

Tints of Han Purple #4530F3

Color information

#4530F3 (or 0x4530F3) is unknown color: approx Han Purple. HEX triplet: 45, 30 and F3. RGB value is (69,48,243). Sum of RGB (Red+Green+Blue) = 69+48+243=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #4530F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4530F3 is #BACF0C. Grayscale: #4B4B4B. Windows color (decimal): -12242701 or 15937605. OLE color: 15937605.

HSL color Cylindrical-coordinate representation of color #4530F3: hue angle of 246.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4530F3 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6948243-
CMYK0.720.8000.05
HSL246.46º89.04%57.06%-
HSV(B)246.46º80.25%95.29%-
XYZ19.699.8585.66-
YUV76.51221.96122.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 48 (19.14% from 255) = 13.33%
BLUE value IS 243 (95.31% from 255) = 67.5%
R=19.17%
G=13.33%
B=67.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal69482430.720.8000.05246.4689.0457.06
Hex4530F3485005f65939
Octal105603631101200536613171
Binary100010111000011110011100100010100000101111101101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4530F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4530F3; }

 p { color: rgb(69,48,243); }

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

<style>
 a { background-color: #4530F3; }

 a { background-color: rgb(69,48,243); }

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

<style>
 span { border-color: #4530F3; }

 span { border-color: rgb(69,48,243); }

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