#42135F

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

Shades of Christalle #42135F

Tints of Christalle #42135F

Color information

#42135F (or 0x42135F) is unknown color: approx Christalle. HEX triplet: 42, 13 and 5F. RGB value is (66,19,95). Sum of RGB (Red+Green+Blue) = 66+19+95=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #42135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42135F is #BDECA0. Grayscale: #292929. Windows color (decimal): -12446881 or 6230850. OLE color: 6230850.

HSL color Cylindrical-coordinate representation of color #42135F: hue angle of 277.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42135F is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB661995-
CMYK0.310.8000.63
HSL277.11º66.67%22.35%-
HSV(B)277.11º80%37.25%-
XYZ4.552.4511.06-
YUV41.72158.07145.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=36.67%
G=10.56%
B=52.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6619950.310.8000.63277.1166.6722.35
Hex42135F1F5003F1154316
Octal102231373712007742510326
Binary10000101001110111111111110100000111111100010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,19,95); }

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

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

 a { background-color: rgb(66,19,95); }

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

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

 span { border-color: rgb(66,19,95); }

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