#3A12EE

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

Shades of Han Purple #3A12EE

Tints of Han Purple #3A12EE

Color information

#3A12EE (or 0x3A12EE) is unknown color: approx Han Purple. HEX triplet: 3A, 12 and EE. RGB value is (58,18,238). Sum of RGB (Red+Green+Blue) = 58+18+238=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #3A12EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A12EE is #C5ED11. Grayscale: #363636. Windows color (decimal): -12971282 or 15602234. OLE color: 15602234.

HSL color Cylindrical-coordinate representation of color #3A12EE: hue angle of 250.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A12EE is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5818238-
CMYK0.760.9200.07
HSL250.91º86.61%50.2%-
HSV(B)250.91º92.44%93.33%-
XYZ17.397.5181.42-
YUV55.04231.25130.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.47%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 238 (93.36% from 255) = 75.80%
R=18.47%
G=5.73%
B=75.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58182380.760.9200.07250.9186.6150.2
Hex3A12EE4C5C07fb5732
Octal72223561141340737312762
Binary1110101001011101110100110010111000111111110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A12EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,18,238); }

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

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

 a { background-color: rgb(58,18,238); }

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

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

 span { border-color: rgb(58,18,238); }

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