#3A1754

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

Shades of Christalle #3A1754

Tints of Christalle #3A1754

Color information

#3A1754 (or 0x3A1754) is unknown color: approx Christalle. HEX triplet: 3A, 17 and 54. RGB value is (58,23,84). Sum of RGB (Red+Green+Blue) = 58+23+84=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A1754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1754 is #C5E8AB. Grayscale: #282828. Windows color (decimal): -12970156 or 5510970. OLE color: 5510970.

HSL color Cylindrical-coordinate representation of color #3A1754: hue angle of 274.43º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A1754 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB582384-
CMYK0.310.7300.67
HSL274.43º57.01%20.98%-
HSV(B)274.43º72.62%32.94%-
XYZ3.652.158.61-
YUV40.42152.6140.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=35.15%
G=13.94%
B=50.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5823840.310.7300.67274.4357.0120.98
Hex3A17541F490431123915
Octal72271243711101034227125
Binary1110101011110101001111110010010100001110001001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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