#341966

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

Shades of Christalle #341966

Tints of Christalle #341966

Color information

#341966 (or 0x341966) is unknown color: approx Christalle. HEX triplet: 34, 19 and 66. RGB value is (52,25,102). Sum of RGB (Red+Green+Blue) = 52+25+102=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #341966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341966 is #CBE699. Grayscale: #292929. Windows color (decimal): -13362842 or 6691124. OLE color: 6691124.

HSL color Cylindrical-coordinate representation of color #341966: hue angle of 261.04º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341966 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5225102-
CMYK0.490.7500.6
HSL261.04º60.63%24.9%-
HSV(B)261.04º75.49%40%-
XYZ4.162.3812.81-
YUV41.85161.95135.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 102 (40.23% from 255) = 56.98%
R=29.05%
G=13.97%
B=56.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52251020.490.7500.6261.0460.6324.9
Hex341966314B03C1053d19
Octal6431146611130744057531
Binary1101001100111001101100011001011011110010000010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341966; }

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

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

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

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

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

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

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

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