#3A175D

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

Shades of Christalle #3A175D

Tints of Christalle #3A175D

Color information

#3A175D (or 0x3A175D) is unknown color: approx Christalle. HEX triplet: 3A, 17 and 5D. RGB value is (58,23,93). Sum of RGB (Red+Green+Blue) = 58+23+93=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A175D is #C5E8A2. Grayscale: #292929. Windows color (decimal): -12970147 or 6100794. OLE color: 6100794.

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

Color convert

RGB582393-
CMYK0.380.7500.64
HSL270º60.34%22.75%-
HSV(B)270º75.27%36.47%-
XYZ4.032.310.59-
YUV41.44157.1139.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=33.33%
G=13.22%
B=53.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5823930.380.7500.6427060.3422.75
Hex3A175D264B04010e3c17
Octal72271354611301004167427
Binary11101010111101110110011010010110100000010000111011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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