#43146A

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

Shades of Christalle #43146A

Tints of Christalle #43146A

Color information

#43146A (or 0x43146A) is unknown color: approx Christalle. HEX triplet: 43, 14 and 6A. RGB value is (67,20,106). Sum of RGB (Red+Green+Blue) = 67+20+106=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #43146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43146A is #BCEB95. Grayscale: #2B2B2B. Windows color (decimal): -12381078 or 6952003. OLE color: 6952003.

HSL color Cylindrical-coordinate representation of color #43146A: hue angle of 272.79º 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 #43146A is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6720106-
CMYK0.370.8100.58
HSL272.79º68.25%24.71%-
HSV(B)272.79º81.13%41.57%-
XYZ5.172.7313.89-
YUV43.86163.07144.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 106 (41.80% from 255) = 54.92%
R=34.72%
G=10.36%
B=54.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67201060.370.8100.58272.7968.2524.71
Hex43146A255103A1114419
Octal103241524512107242110431
Binary100001110100110101010010110100010111010100010001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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