#3A185B

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

Shades of Christalle #3A185B

Tints of Christalle #3A185B

Color information

#3A185B (or 0x3A185B) is unknown color: approx Christalle. HEX triplet: 3A, 18 and 5B. RGB value is (58,24,91). Sum of RGB (Red+Green+Blue) = 58+24+91=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A185B is #C5E7A4. Grayscale: #292929. Windows color (decimal): -12969893 or 5969978. OLE color: 5969978.

HSL color Cylindrical-coordinate representation of color #3A185B: hue angle of 270.45º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A185B is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB582491-
CMYK0.360.7400.64
HSL270.45º58.26%22.55%-
HSV(B)270.45º73.63%35.69%-
XYZ3.962.3110.13-
YUV41.8155.76139.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=33.53%
G=13.87%
B=52.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5824910.360.7400.64270.4558.2622.55
Hex3A185B244A04010e3a17
Octal72301334411201004167227
Binary11101011000101101110010010010100100000010000111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,24,91); }

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

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

 a { background-color: rgb(58,24,91); }

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

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

 span { border-color: rgb(58,24,91); }

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