#34146A

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

Shades of Christalle #34146A

Tints of Christalle #34146A

Color information

#34146A (or 0x34146A) is unknown color: approx Christalle. HEX triplet: 34, 14 and 6A. RGB value is (52,20,106). Sum of RGB (Red+Green+Blue) = 52+20+106=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #34146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34146A is #CBEB95. Grayscale: #272727. Windows color (decimal): -13364118 or 6951988. OLE color: 6951988.

HSL color Cylindrical-coordinate representation of color #34146A: hue angle of 262.33º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34146A is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5220106-
CMYK0.510.8100.58
HSL262.33º68.25%24.71%-
HSV(B)262.33º81.13%41.57%-
XYZ4.272.2713.85-
YUV39.37165.6137.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 106 (41.80% from 255) = 59.55%
R=29.21%
G=11.24%
B=59.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52201060.510.8100.58262.3368.2524.71
Hex34146A335103A1064419
Octal64241526312107240610431
Binary11010010100110101011001110100010111010100000110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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