#42146C

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

Shades of Christalle #42146C

Tints of Christalle #42146C

Color information

#42146C (or 0x42146C) is unknown color: approx Christalle. HEX triplet: 42, 14 and 6C. RGB value is (66,20,108). Sum of RGB (Red+Green+Blue) = 66+20+108=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #42146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42146C is #BDEB93. Grayscale: #2B2B2B. Windows color (decimal): -12446612 or 7083074. OLE color: 7083074.

HSL color Cylindrical-coordinate representation of color #42146C: hue angle of 271.36º 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 #42146C is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6620108-
CMYK0.390.8100.58
HSL271.36º68.75%25.1%-
HSV(B)271.36º81.48%42.35%-
XYZ5.22.7414.44-
YUV43.79164.24143.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=34.02%
G=10.31%
B=55.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66201080.390.8100.58271.3668.7525.1
Hex42146C275103A10f4519
Octal102241544712107241710531
Binary100001010100110110010011110100010111010100001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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