#42176F

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

Shades of Christalle #42176F

Tints of Christalle #42176F

Color information

#42176F (or 0x42176F) is unknown color: approx Christalle. HEX triplet: 42, 17 and 6F. RGB value is (66,23,111). Sum of RGB (Red+Green+Blue) = 66+23+111=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #42176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42176F is #BDE890. Grayscale: #2D2D2D. Windows color (decimal): -12445841 or 7280450. OLE color: 7280450.

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

Color convert

RGB6623111-
CMYK0.410.7900.56
HSL269.32º65.67%26.27%-
HSV(B)269.32º79.28%43.53%-
XYZ5.422.9215.32-
YUV45.89164.75142.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=33%
G=11.5%
B=55.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66231110.410.7900.56269.3265.6726.27
Hex42176F294F03810d421a
Octal102271575111707041510232
Binary100001010111110111110100110011110111000100001101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42176F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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