#341760

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

Shades of Christalle #341760

Tints of Christalle #341760

Color information

#341760 (or 0x341760) is unknown color: approx Christalle. HEX triplet: 34, 17 and 60. RGB value is (52,23,96). Sum of RGB (Red+Green+Blue) = 52+23+96=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #341760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341760 is #CBE89F. Grayscale: #272727. Windows color (decimal): -13363360 or 6297396. OLE color: 6297396.

HSL color Cylindrical-coordinate representation of color #341760: hue angle of 263.84º 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 #341760 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB522396-
CMYK0.460.7600.62
HSL263.84º61.34%23.33%-
HSV(B)263.84º76.04%37.65%-
XYZ3.832.1911.29-
YUV39.99159.61136.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=30.41%
G=13.45%
B=56.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5223960.460.7600.62263.8461.3423.33
Hex3417602E4C03E1083d17
Octal6427140561140764107527
Binary1101001011111000001011101001100011111010000100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341760; }

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

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

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

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

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

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

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

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