#3A185D

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

Shades of Christalle #3A185D

Tints of Christalle #3A185D

Color information

#3A185D (or 0x3A185D) is unknown color: approx Christalle. HEX triplet: 3A, 18 and 5D. RGB value is (58,24,93). Sum of RGB (Red+Green+Blue) = 58+24+93=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A185D is #C5E7A2. Grayscale: #292929. Windows color (decimal): -12969891 or 6101050. OLE color: 6101050.

HSL color Cylindrical-coordinate representation of color #3A185D: hue angle of 269.57º degrees, saturation: 0.59, 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 #3A185D is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB582493-
CMYK0.380.7400.64
HSL269.57º58.97%22.94%-
HSV(B)269.57º74.19%36.47%-
XYZ4.052.3410.59-
YUV42.03156.76139.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=33.14%
G=13.71%
B=53.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5824930.380.7400.64269.5758.9722.94
Hex3A185D264A04010e3b17
Octal72301354611201004167327
Binary11101011000101110110011010010100100000010000111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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