#341461

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

Shades of Christalle #341461

Tints of Christalle #341461

Color information

#341461 (or 0x341461) is unknown color: approx Christalle. HEX triplet: 34, 14 and 61. RGB value is (52,20,97). Sum of RGB (Red+Green+Blue) = 52+20+97=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #341461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341461 is #CBEB9E. Grayscale: #262626. Windows color (decimal): -13364127 or 6362164. OLE color: 6362164.

HSL color Cylindrical-coordinate representation of color #341461: hue angle of 264.94º 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 #341461 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB522097-
CMYK0.460.7900.62
HSL264.94º65.81%22.94%-
HSV(B)264.94º79.38%38.04%-
XYZ3.822.0911.51-
YUV38.35161.1137.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=30.77%
G=11.83%
B=57.40%

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
Decimal5220970.460.7900.62264.9465.8122.94
Hex3414612E4F03E1094217
Octal64241415611707641110227
Binary11010010100110000110111010011110111110100001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341461; }

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

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

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

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

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

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

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

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