#341866

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

Shades of Christalle #341866

Tints of Christalle #341866

Color information

#341866 (or 0x341866) is unknown color: approx Christalle. HEX triplet: 34, 18 and 66. RGB value is (52,24,102). Sum of RGB (Red+Green+Blue) = 52+24+102=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #341866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341866 is #CBE799. Grayscale: #282828. Windows color (decimal): -13363098 or 6690868. OLE color: 6690868.

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

Color convert

RGB5224102-
CMYK0.490.7600.6
HSL261.54º61.9%24.71%-
HSV(B)261.54º76.47%40%-
XYZ4.142.3412.8-
YUV41.26162.28135.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 102 (40.23% from 255) = 57.30%
R=29.21%
G=13.48%
B=57.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52241020.490.7600.6261.5461.924.71
Hex341866314C03C1063e19
Octal6430146611140744067631
Binary1101001100011001101100011001100011110010000011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341866; }

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

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

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

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

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

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

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

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