#3B1955

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

Shades of Christalle #3B1955

Tints of Christalle #3B1955

Color information

#3B1955 (or 0x3B1955) is unknown color: approx Christalle. HEX triplet: 3B, 19 and 55. RGB value is (59,25,85). Sum of RGB (Red+Green+Blue) = 59+25+85=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B1955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1955 is #C4E6AA. Grayscale: #292929. Windows color (decimal): -12904107 or 5577019. OLE color: 5577019.

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

Color convert

RGB592585-
CMYK0.310.7100.67
HSL274º54.55%21.57%-
HSV(B)274º70.59%33.33%-
XYZ3.792.288.83-
YUV42.01152.26140.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.91%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 85 (33.59% from 255) = 50.30%
R=34.91%
G=14.79%
B=50.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5925850.310.7100.6727454.5521.57
Hex3B19551F470431123716
Octal73311253710701034226726
Binary1110111100110101011111110001110100001110001001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,25,85); }

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

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

 a { background-color: rgb(59,25,85); }

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

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

 span { border-color: rgb(59,25,85); }

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