#34115B

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

Shades of Christalle #34115B

Tints of Christalle #34115B

Color information

#34115B (or 0x34115B) is unknown color: approx Christalle. HEX triplet: 34, 11 and 5B. RGB value is (52,17,91). Sum of RGB (Red+Green+Blue) = 52+17+91=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #34115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34115B is #CBEEA4. Grayscale: #232323. Windows color (decimal): -13364901 or 5968180. OLE color: 5968180.

HSL color Cylindrical-coordinate representation of color #34115B: hue angle of 268.38º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34115B is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB521791-
CMYK0.430.8100.64
HSL268.38º68.52%21.18%-
HSV(B)268.38º81.32%35.69%-
XYZ3.51.8910.08-
YUV35.9159.1139.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=32.5%
G=10.62%
B=56.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5217910.430.8100.64268.3868.5221.18
Hex34115B2B5104010c4515
Octal642113353121010041410525
Binary110100100011011011101011101000101000000100001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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