#3A015E

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

Shades of Christalle #3A015E

Tints of Christalle #3A015E

Color information

#3A015E (or 0x3A015E) is unknown color: approx Christalle. HEX triplet: 3A, 01 and 5E. RGB value is (58,1,94). Sum of RGB (Red+Green+Blue) = 58+1+94=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A015E is #C5FEA1. Grayscale: #1C1C1C. Windows color (decimal): -12975778 or 6160698. OLE color: 6160698.

HSL color Cylindrical-coordinate representation of color #3A015E: hue angle of 276.77º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A015E is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB58194-
CMYK0.380.9900.63
HSL276.77º97.89%18.63%-
HSV(B)276.77º98.94%36.86%-
XYZ3.781.7310.72-
YUV28.64164.88148.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=37.91%
G=0.65%
B=61.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal581940.380.9900.63276.7797.8918.63
Hex3A15E266303F1156213
Octal7211364614307742514223
Binary1110101101111010011011000110111111100010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,1,94); }

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

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

 a { background-color: rgb(58,1,94); }

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

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

 span { border-color: rgb(58,1,94); }

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