#34115E

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

Shades of Christalle #34115E

Tints of Christalle #34115E

Color information

#34115E (or 0x34115E) is unknown color: approx Christalle. HEX triplet: 34, 11 and 5E. RGB value is (52,17,94). Sum of RGB (Red+Green+Blue) = 52+17+94=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #34115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34115E is #CBEEA1. Grayscale: #232323. Windows color (decimal): -13364898 or 6164788. OLE color: 6164788.

HSL color Cylindrical-coordinate representation of color #34115E: hue angle of 267.27º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34115E is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB521794-
CMYK0.450.8200.63
HSL267.27º69.37%21.76%-
HSV(B)267.27º81.91%36.86%-
XYZ3.641.9410.77-
YUV36.24160.6139.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=31.90%
G=10.43%
B=57.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5217940.450.8200.63267.2769.3721.76
Hex34115E2D5203F10b4516
Octal64211365512207741310526
Binary11010010001101111010110110100100111111100001011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34115E; }

 p { color: rgb(52,17,94); }

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

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

 a { background-color: rgb(52,17,94); }

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

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

 span { border-color: rgb(52,17,94); }

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