#42136D

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

Shades of Christalle #42136D

Tints of Christalle #42136D

Color information

#42136D (or 0x42136D) is unknown color: approx Christalle. HEX triplet: 42, 13 and 6D. RGB value is (66,19,109). Sum of RGB (Red+Green+Blue) = 66+19+109=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #42136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42136D is #BDEC92. Grayscale: #2B2B2B. Windows color (decimal): -12446867 or 7148354. OLE color: 7148354.

HSL color Cylindrical-coordinate representation of color #42136D: hue angle of 271.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42136D is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6619109-
CMYK0.390.8300.57
HSL271.33º70.31%25.1%-
HSV(B)271.33º82.57%42.75%-
XYZ5.242.7314.72-
YUV43.31165.07144.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=34.02%
G=9.79%
B=56.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66191090.390.8300.57271.3370.3125.1
Hex42136D275303910f4619
Octal102231554712307141710631
Binary100001010011110110110011110100110111001100001111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42136D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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