#42295C

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

Shades of Christalle #42295C

Tints of Christalle #42295C

Color information

#42295C (or 0x42295C) is unknown color: approx Christalle. HEX triplet: 42, 29 and 5C. RGB value is (66,41,92). Sum of RGB (Red+Green+Blue) = 66+41+92=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #42295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42295C is #BDD6A3. Grayscale: #363636. Windows color (decimal): -12441252 or 6039874. OLE color: 6039874.

HSL color Cylindrical-coordinate representation of color #42295C: hue angle of 269.41º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42295C is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB664192-
CMYK0.280.5500.64
HSL269.41º38.35%26.08%-
HSV(B)269.41º55.43%36.08%-
XYZ4.973.5210.54-
YUV54.29149.28136.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=33.17%
G=20.60%
B=46.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6641920.280.5500.64269.4138.3526.08
Hex42295C1C3704010d261a
Octal10251134346701004154632
Binary10000101010011011100111001101110100000010000110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42295C; }

 p { color: rgb(66,41,92); }

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

<style>
 a { background-color: #42295C; }

 a { background-color: rgb(66,41,92); }

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

<style>
 span { border-color: #42295C; }

 span { border-color: rgb(66,41,92); }

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