#3A2758

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

Shades of Christalle #3A2758

Tints of Christalle #3A2758

Color information

#3A2758 (or 0x3A2758) is unknown color: approx Christalle. HEX triplet: 3A, 27 and 58. RGB value is (58,39,88). Sum of RGB (Red+Green+Blue) = 58+39+88=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A2758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2758 is #C5D8A7. Grayscale: #323232. Windows color (decimal): -12966056 or 5777210. OLE color: 5777210.

HSL color Cylindrical-coordinate representation of color #3A2758: hue angle of 263.27º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A2758 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB583988-
CMYK0.340.5600.65
HSL263.27º38.58%24.9%-
HSV(B)263.27º55.68%34.51%-
XYZ4.233.069.6-
YUV50.27149.29133.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=31.35%
G=21.08%
B=47.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5839880.340.5600.65263.2738.5824.9
Hex3A275822380411072719
Octal7247130427001014074731
Binary11101010011110110001000101110000100000110000011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,39,88); }

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

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

 a { background-color: rgb(58,39,88); }

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

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

 span { border-color: rgb(58,39,88); }

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