#3A205F

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

Shades of Christalle #3A205F

Tints of Christalle #3A205F

Color information

#3A205F (or 0x3A205F) is unknown color: approx Christalle. HEX triplet: 3A, 20 and 5F. RGB value is (58,32,95). Sum of RGB (Red+Green+Blue) = 58+32+95=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A205F is #C5DFA0. Grayscale: #2E2E2E. Windows color (decimal): -12967841 or 6234170. OLE color: 6234170.

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

Color convert

RGB583295-
CMYK0.390.6600.63
HSL264.76º49.61%24.9%-
HSV(B)264.76º66.32%37.25%-
XYZ4.332.7611.13-
YUV46.96155.11135.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=31.35%
G=17.30%
B=51.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5832950.390.6600.63264.7649.6124.9
Hex3A205F274203F1093219
Octal7240137471020774116231
Binary11101010000010111111001111000010011111110000100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,32,95); }

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

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

 a { background-color: rgb(58,32,95); }

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

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

 span { border-color: rgb(58,32,95); }

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