#34135A

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

Shades of Christalle #34135A

Tints of Christalle #34135A

Color information

#34135A (or 0x34135A) is unknown color: approx Christalle. HEX triplet: 34, 13 and 5A. RGB value is (52,19,90). Sum of RGB (Red+Green+Blue) = 52+19+90=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #34135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34135A is #CBECA5. Grayscale: #242424. Windows color (decimal): -13364390 or 5903156. OLE color: 5903156.

HSL color Cylindrical-coordinate representation of color #34135A: hue angle of 267.89º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34135A is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB521990-
CMYK0.420.7900.65
HSL267.89º65.14%21.37%-
HSV(B)267.89º78.89%35.29%-
XYZ3.491.939.86-
YUV36.96157.93138.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=32.30%
G=11.80%
B=55.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5219900.420.7900.65267.8965.1421.37
Hex34135A2A4F04110c4115
Octal642313252117010141410125
Binary110100100111011010101010100111101000001100001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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