#34135B

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

Shades of Christalle #34135B

Tints of Christalle #34135B

Color information

#34135B (or 0x34135B) is unknown color: approx Christalle. HEX triplet: 34, 13 and 5B. RGB value is (52,19,91). Sum of RGB (Red+Green+Blue) = 52+19+91=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #34135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34135B is #CBECA4. Grayscale: #242424. Windows color (decimal): -13364389 or 5968692. OLE color: 5968692.

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

Color convert

RGB521991-
CMYK0.430.7900.64
HSL267.5º65.45%21.57%-
HSV(B)267.5º79.12%35.69%-
XYZ3.541.9510.09-
YUV37.08158.43138.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=32.10%
G=11.73%
B=56.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5219910.430.7900.64267.565.4521.57
Hex34135B2B4F04010c4116
Octal642313353117010041410126
Binary110100100111011011101011100111101000000100001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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