#341A6D

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

Shades of Christalle #341A6D

Tints of Christalle #341A6D

Color information

#341A6D (or 0x341A6D) is unknown color: approx Christalle. HEX triplet: 34, 1A and 6D. RGB value is (52,26,109). Sum of RGB (Red+Green+Blue) = 52+26+109=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #341A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A6D is #CBE592. Grayscale: #2A2A2A. Windows color (decimal): -13362579 or 7150132. OLE color: 7150132.

HSL color Cylindrical-coordinate representation of color #341A6D: hue angle of 258.8º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #341A6D is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5226109-
CMYK0.520.7600.57
HSL258.8º61.48%26.47%-
HSV(B)258.8º76.15%42.75%-
XYZ4.552.5714.73-
YUV43.24165.11134.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 109 (42.97% from 255) = 58.29%
R=27.81%
G=13.90%
B=58.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52261090.520.7600.57258.861.4826.47
Hex341A6D344C0391033d1a
Octal6432155641140714037532
Binary1101001101011011011101001001100011100110000001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341A6D; }

 p { color: rgb(52,26,109); }

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

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

 a { background-color: rgb(52,26,109); }

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

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

 span { border-color: rgb(52,26,109); }

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