#341969

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

Shades of Christalle #341969

Tints of Christalle #341969

Color information

#341969 (or 0x341969) is unknown color: approx Christalle. HEX triplet: 34, 19 and 69. RGB value is (52,25,105). Sum of RGB (Red+Green+Blue) = 52+25+105=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #341969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341969 is #CBE696. Grayscale: #292929. Windows color (decimal): -13362839 or 6887732. OLE color: 6887732.

HSL color Cylindrical-coordinate representation of color #341969: hue angle of 260.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #341969 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5225105-
CMYK0.500.7600.59
HSL260.25º61.54%25.49%-
HSV(B)260.25º76.19%41.18%-
XYZ4.312.4513.61-
YUV42.19163.45135-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=28.57%
G=13.74%
B=57.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52251050.500.7600.59260.2561.5425.49
Hex341969324C03B1043e19
Octal6431151621140734047631
Binary1101001100111010011100101001100011101110000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341969; }

 p { color: rgb(52,25,105); }

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

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

 a { background-color: rgb(52,25,105); }

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

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

 span { border-color: rgb(52,25,105); }

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