#43126B

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

Shades of Christalle #43126B

Tints of Christalle #43126B

Color information

#43126B (or 0x43126B) is unknown color: approx Christalle. HEX triplet: 43, 12 and 6B. RGB value is (67,18,107). Sum of RGB (Red+Green+Blue) = 67+18+107=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #43126B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43126B is #BCED94. Grayscale: #2A2A2A. Windows color (decimal): -12381589 or 7017027. OLE color: 7017027.

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

Color convert

RGB6718107-
CMYK0.370.8300.58
HSL273.03º71.2%24.51%-
HSV(B)273.03º83.18%41.96%-
XYZ5.182.6914.16-
YUV42.8164.23145.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=34.90%
G=9.38%
B=55.73%

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
Decimal67181070.370.8300.58273.0371.224.51
Hex43126B255303A1114719
Octal103221534512307242110731
Binary100001110010110101110010110100110111010100010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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