#3A1760

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

Shades of Christalle #3A1760

Tints of Christalle #3A1760

Color information

#3A1760 (or 0x3A1760) is unknown color: approx Christalle. HEX triplet: 3A, 17 and 60. RGB value is (58,23,96). Sum of RGB (Red+Green+Blue) = 58+23+96=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A1760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1760 is #C5E89F. Grayscale: #292929. Windows color (decimal): -12970144 or 6297402. OLE color: 6297402.

HSL color Cylindrical-coordinate representation of color #3A1760: hue angle of 268.77º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A1760 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB582396-
CMYK0.400.7600.62
HSL268.77º61.34%23.33%-
HSV(B)268.77º76.04%37.65%-
XYZ4.162.3611.3-
YUV41.79158.6139.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=32.77%
G=12.99%
B=54.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5823960.400.7600.62268.7761.3423.33
Hex3A1760284C03E10d3d17
Octal7227140501140764157527
Binary1110101011111000001010001001100011111010000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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