#42126D

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

Shades of Christalle #42126D

Tints of Christalle #42126D

Color information

#42126D (or 0x42126D) is unknown color: approx Christalle. HEX triplet: 42, 12 and 6D. RGB value is (66,18,109). Sum of RGB (Red+Green+Blue) = 66+18+109=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #42126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42126D is #BDED92. Grayscale: #2A2A2A. Windows color (decimal): -12447123 or 7148098. OLE color: 7148098.

HSL color Cylindrical-coordinate representation of color #42126D: hue angle of 271.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42126D is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6618109-
CMYK0.390.8300.57
HSL271.65º71.65%24.9%-
HSV(B)271.65º83.49%42.75%-
XYZ5.222.6914.71-
YUV42.73165.4144.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 109 (42.97% from 255) = 56.48%
R=34.20%
G=9.33%
B=56.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66181090.390.8300.57271.6571.6524.9
Hex42126D27530391104819
Octal102221554712307142011031
Binary100001010010110110110011110100110111001100010000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42126D; }

 p { color: rgb(66,18,109); }

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

<style>
 a { background-color: #42126D; }

 a { background-color: rgb(66,18,109); }

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

<style>
 span { border-color: #42126D; }

 span { border-color: rgb(66,18,109); }

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