#3A215E

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

Shades of Christalle #3A215E

Tints of Christalle #3A215E

Color information

#3A215E (or 0x3A215E) is unknown color: approx Christalle. HEX triplet: 3A, 21 and 5E. RGB value is (58,33,94). Sum of RGB (Red+Green+Blue) = 58+33+94=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A215E is #C5DEA1. Grayscale: #2F2F2F. Windows color (decimal): -12967586 or 6168890. OLE color: 6168890.

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

Color convert

RGB583394-
CMYK0.380.6500.63
HSL264.59º48.03%24.9%-
HSV(B)264.59º64.89%36.86%-
XYZ4.312.810.9-
YUV47.43154.28135.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=31.35%
G=17.84%
B=50.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5833940.380.6500.63264.5948.0324.9
Hex3A215E264103F1093019
Octal7241136461010774116031
Binary11101010000110111101001101000001011111110000100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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