#42146B

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

Shades of Christalle #42146B

Tints of Christalle #42146B

Color information

#42146B (or 0x42146B) is unknown color: approx Christalle. HEX triplet: 42, 14 and 6B. RGB value is (66,20,107). Sum of RGB (Red+Green+Blue) = 66+20+107=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #42146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42146B is #BDEB94. Grayscale: #2B2B2B. Windows color (decimal): -12446613 or 7017538. OLE color: 7017538.

HSL color Cylindrical-coordinate representation of color #42146B: hue angle of 271.72º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42146B is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6620107-
CMYK0.380.8100.58
HSL271.72º68.5%24.9%-
HSV(B)271.72º81.31%41.96%-
XYZ5.152.7214.16-
YUV43.67163.74143.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 107 (42.19% from 255) = 55.44%
R=34.20%
G=10.36%
B=55.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66201070.380.8100.58271.7268.524.9
Hex42146B265103A1104519
Octal102241534612107242010531
Binary100001010100110101110011010100010111010100010000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42146B; }

 p { color: rgb(66,20,107); }

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

<style>
 a { background-color: #42146B; }

 a { background-color: rgb(66,20,107); }

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

<style>
 span { border-color: #42146B; }

 span { border-color: rgb(66,20,107); }

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