#3A215D

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

Shades of Christalle #3A215D

Tints of Christalle #3A215D

Color information

#3A215D (or 0x3A215D) is unknown color: approx Christalle. HEX triplet: 3A, 21 and 5D. RGB value is (58,33,93). Sum of RGB (Red+Green+Blue) = 58+33+93=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A215D is #C5DEA2. Grayscale: #2F2F2F. Windows color (decimal): -12967587 or 6103354. OLE color: 6103354.

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

Color convert

RGB583393-
CMYK0.380.6500.64
HSL265º47.62%24.71%-
HSV(B)265º64.52%36.47%-
XYZ4.262.7810.67-
YUV47.32153.78135.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 33 (13.28% from 255) = 17.93%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=31.52%
G=17.93%
B=50.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5833930.380.6500.6426547.6224.71
Hex3A215D26410401093019
Octal72411354610101004116031
Binary111010100001101110110011010000010100000010000100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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