#341555

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

Shades of Christalle #341555

Tints of Christalle #341555

Color information

#341555 (or 0x341555) is unknown color: approx Christalle. HEX triplet: 34, 15 and 55. RGB value is (52,21,85). Sum of RGB (Red+Green+Blue) = 52+21+85=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #341555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341555 is #CBEAAA. Grayscale: #252525. Windows color (decimal): -13363883 or 5575988. OLE color: 5575988.

HSL color Cylindrical-coordinate representation of color #341555: hue angle of 269.06º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341555 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB522185-
CMYK0.390.7500.67
HSL269.06º60.38%20.78%-
HSV(B)269.06º75.29%33.33%-
XYZ3.321.928.79-
YUV37.56154.77138.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=32.91%
G=13.29%
B=53.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5221850.390.7500.67269.0660.3820.78
Hex341555274B04310d3c15
Octal64251254711301034157425
Binary11010010101101010110011110010110100001110000110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341555; }

 p { color: rgb(52,21,85); }

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

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

 a { background-color: rgb(52,21,85); }

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

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

 span { border-color: rgb(52,21,85); }

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