#3025EA

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

Shades of Han Purple #3025EA

Tints of Han Purple #3025EA

Color information

#3025EA (or 0x3025EA) is unknown color: approx Han Purple. HEX triplet: 30, 25 and EA. RGB value is (48,37,234). Sum of RGB (Red+Green+Blue) = 48+37+234=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #3025EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3025EA is #CFDA15. Grayscale: #3D3D3D. Windows color (decimal): -13621782 or 15344944. OLE color: 15344944.

HSL color Cylindrical-coordinate representation of color #3025EA: hue angle of 243.35º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3025EA is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4837234-
CMYK0.790.8400.08
HSL243.35º82.43%53.14%-
HSV(B)243.35º84.19%91.76%-
XYZ16.737.8978.48-
YUV62.75224.64117.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 37 (14.84% from 255) = 11.60%
BLUE value IS 234 (91.80% from 255) = 73.35%
R=15.05%
G=11.60%
B=73.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal48372340.790.8400.08243.3582.4353.14
Hex3025EA4F5408f35235
Octal604535211712401036312265
Binary110000100101111010101001111101010001000111100111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3025EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3025EA; }

 p { color: rgb(48,37,234); }

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

<style>
 a { background-color: #3025EA; }

 a { background-color: rgb(48,37,234); }

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

<style>
 span { border-color: #3025EA; }

 span { border-color: rgb(48,37,234); }

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