#43235F

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

Shades of Christalle #43235F

Tints of Christalle #43235F

Color information

#43235F (or 0x43235F) is unknown color: approx Christalle. HEX triplet: 43, 23 and 5F. RGB value is (67,35,95). Sum of RGB (Red+Green+Blue) = 67+35+95=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #43235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43235F is #BCDCA0. Grayscale: #333333. Windows color (decimal): -12377249 or 6234947. OLE color: 6234947.

HSL color Cylindrical-coordinate representation of color #43235F: hue angle of 272º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43235F is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB673595-
CMYK0.290.6300.63
HSL272º46.15%25.49%-
HSV(B)272º63.16%37.25%-
XYZ4.983.2211.19-
YUV51.41152.6139.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=34.01%
G=17.77%
B=48.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6735950.290.6300.6327246.1525.49
Hex43235F1D3F03F1102e19
Octal1034313735770774205631
Binary1000011100011101111111101111111011111110001000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43235F; }

 p { color: rgb(67,35,95); }

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

<style>
 a { background-color: #43235F; }

 a { background-color: rgb(67,35,95); }

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

<style>
 span { border-color: #43235F; }

 span { border-color: rgb(67,35,95); }

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