#43146B

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

Shades of Christalle #43146B

Tints of Christalle #43146B

Color information

#43146B (or 0x43146B) is unknown color: approx Christalle. HEX triplet: 43, 14 and 6B. RGB value is (67,20,107). Sum of RGB (Red+Green+Blue) = 67+20+107=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #43146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43146B is #BCEB94. Grayscale: #2B2B2B. Windows color (decimal): -12381077 or 7017539. OLE color: 7017539.

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

Color convert

RGB6720107-
CMYK0.370.8100.58
HSL272.41º68.5%24.9%-
HSV(B)272.41º81.31%41.96%-
XYZ5.222.7614.17-
YUV43.97163.57144.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.54%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 107 (42.19% from 255) = 55.15%
R=34.54%
G=10.31%
B=55.15%

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
Decimal67201070.370.8100.58272.4168.524.9
Hex43146B255103A1104519
Octal103241534512107242010531
Binary100001110100110101110010110100010111010100010000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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