#43126A

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

Shades of Christalle #43126A

Tints of Christalle #43126A

Color information

#43126A (or 0x43126A) is unknown color: approx Christalle. HEX triplet: 43, 12 and 6A. RGB value is (67,18,106). Sum of RGB (Red+Green+Blue) = 67+18+106=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #43126A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43126A is #BCED95. Grayscale: #2A2A2A. Windows color (decimal): -12381590 or 6951491. OLE color: 6951491.

HSL color Cylindrical-coordinate representation of color #43126A: hue angle of 273.41º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #43126A is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6718106-
CMYK0.370.8300.58
HSL273.41º70.97%24.31%-
HSV(B)273.41º83.02%41.57%-
XYZ5.132.6713.88-
YUV42.68163.73145.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.08%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 106 (41.80% from 255) = 55.50%
R=35.08%
G=9.42%
B=55.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67181060.370.8300.58273.4170.9724.31
Hex43126A255303A1114718
Octal103221524512307242110730
Binary100001110010110101010010110100110111010100010001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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