#3023F1

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

Shades of Han Purple #3023F1

Tints of Han Purple #3023F1

Color information

#3023F1 (or 0x3023F1) is unknown color: approx Han Purple. HEX triplet: 30, 23 and F1. RGB value is (48,35,241). Sum of RGB (Red+Green+Blue) = 48+35+241=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 241 (94.53% from 255 or 74.38% from 324); Max value from RGB is 241 - color contains mainly: blue. Hex color #3023F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3023F1 is #CFDC0E. Grayscale: #3D3D3D. Windows color (decimal): -13622287 or 15803184. OLE color: 15803184.

HSL color Cylindrical-coordinate representation of color #3023F1: hue angle of 243.79º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3023F1 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4835241-
CMYK0.800.8500.05
HSL243.79º88.03%54.12%-
HSV(B)243.79º85.48%94.51%-
XYZ17.78.1883.87-
YUV62.37228.81117.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 35 (14.06% from 255) = 10.80%
BLUE value IS 241 (94.53% from 255) = 74.38%
R=14.81%
G=10.80%
B=74.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48352410.800.8500.05243.7988.0354.12
Hex3023F1505505f45836
Octal60433611201250536413066
Binary11000010001111110001101000010101010101111101001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3023F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3023F1; }

 p { color: rgb(48,35,241); }

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

<style>
 a { background-color: #3023F1; }

 a { background-color: rgb(48,35,241); }

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

<style>
 span { border-color: #3023F1; }

 span { border-color: rgb(48,35,241); }

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