#42156F

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

Shades of Christalle #42156F

Tints of Christalle #42156F

Color information

#42156F (or 0x42156F) is unknown color: approx Christalle. HEX triplet: 42, 15 and 6F. RGB value is (66,21,111). Sum of RGB (Red+Green+Blue) = 66+21+111=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #42156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42156F is #BDEA90. Grayscale: #2C2C2C. Windows color (decimal): -12446353 or 7279938. OLE color: 7279938.

HSL color Cylindrical-coordinate representation of color #42156F: hue angle of 270º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42156F is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6621111-
CMYK0.410.8100.56
HSL270º68.18%25.88%-
HSV(B)270º81.08%43.53%-
XYZ5.382.8415.3-
YUV44.72165.41143.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 111 (43.75% from 255) = 56.06%
R=33.33%
G=10.61%
B=56.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66211110.410.8100.5627068.1825.88
Hex42156F295103810e441a
Octal102251575112107041610432
Binary100001010101110111110100110100010111000100001110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,21,111); }

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

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

 a { background-color: rgb(66,21,111); }

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

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

 span { border-color: rgb(66,21,111); }

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