#3A14E5

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

Shades of Han Purple #3A14E5

Tints of Han Purple #3A14E5

Color information

#3A14E5 (or 0x3A14E5) is unknown color: approx Han Purple. HEX triplet: 3A, 14 and E5. RGB value is (58,20,229). Sum of RGB (Red+Green+Blue) = 58+20+229=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 229 (89.84% from 255 or 74.59% from 307); Max value from RGB is 229 - color contains mainly: blue. Hex color #3A14E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A14E5 is #C5EB1A. Grayscale: #363636. Windows color (decimal): -12970779 or 15012922. OLE color: 15012922.

HSL color Cylindrical-coordinate representation of color #3A14E5: hue angle of 250.91º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A14E5 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5820229-
CMYK0.750.9100.10
HSL250.91º83.94%48.82%-
HSV(B)250.91º91.27%89.8%-
XYZ16.147.0674.64-
YUV55.19226.09130.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.89%
GREEN value IS 20 (8.20% from 255) = 6.51%
BLUE value IS 229 (89.84% from 255) = 74.59%
R=18.89%
G=6.51%
B=74.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal58202290.750.9100.10250.9183.9448.82
Hex3A14E54B5B0Afb5431
Octal722434511313301237312461
Binary11101010100111001011001011101101101010111110111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A14E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A14E5; }

 p { color: rgb(58,20,229); }

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

<style>
 a { background-color: #3A14E5; }

 a { background-color: rgb(58,20,229); }

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

<style>
 span { border-color: #3A14E5; }

 span { border-color: rgb(58,20,229); }

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