#42275D

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

Shades of Christalle #42275D

Tints of Christalle #42275D

Color information

#42275D (or 0x42275D) is unknown color: approx Christalle. HEX triplet: 42, 27 and 5D. RGB value is (66,39,93). Sum of RGB (Red+Green+Blue) = 66+39+93=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #42275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42275D is #BDD8A2. Grayscale: #353535. Windows color (decimal): -12441763 or 6104898. OLE color: 6104898.

HSL color Cylindrical-coordinate representation of color #42275D: hue angle of 270º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42275D is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB663993-
CMYK0.290.5800.64
HSL270º40.91%25.88%-
HSV(B)270º58.06%36.47%-
XYZ4.953.410.75-
YUV53.23150.45137.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 19.70%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=33.33%
G=19.70%
B=46.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6639930.290.5800.6427040.9125.88
Hex42275D1D3A04010e291a
Octal10247135357201004165132
Binary10000101001111011101111011110100100000010000111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,39,93); }

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

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

 a { background-color: rgb(66,39,93); }

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

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

 span { border-color: rgb(66,39,93); }

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