#341460

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

Shades of Christalle #341460

Tints of Christalle #341460

Color information

#341460 (or 0x341460) is unknown color: approx Christalle. HEX triplet: 34, 14 and 60. RGB value is (52,20,96). Sum of RGB (Red+Green+Blue) = 52+20+96=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #341460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341460 is #CBEB9F. Grayscale: #252525. Windows color (decimal): -13364128 or 6296628. OLE color: 6296628.

HSL color Cylindrical-coordinate representation of color #341460: hue angle of 265.26º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341460 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB522096-
CMYK0.460.7900.62
HSL265.26º65.52%22.75%-
HSV(B)265.26º79.17%37.65%-
XYZ3.782.0711.27-
YUV38.23160.6137.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=30.95%
G=11.90%
B=57.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5220960.460.7900.62265.2665.5222.75
Hex3414602E4F03E1094217
Octal64241405611707641110227
Binary11010010100110000010111010011110111110100001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341460; }

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

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

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

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

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

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

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

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