#42186E

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

Shades of Christalle #42186E

Tints of Christalle #42186E

Color information

#42186E (or 0x42186E) is unknown color: approx Christalle. HEX triplet: 42, 18 and 6E. RGB value is (66,24,110). Sum of RGB (Red+Green+Blue) = 66+24+110=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #42186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42186E is #BDE791. Grayscale: #2E2E2E. Windows color (decimal): -12445586 or 7215170. OLE color: 7215170.

HSL color Cylindrical-coordinate representation of color #42186E: hue angle of 269.3º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42186E is Cyan = 0.4, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6624110-
CMYK0.40.7800.57
HSL269.3º64.18%26.27%-
HSV(B)269.3º78.18%43.14%-
XYZ5.392.9415.03-
YUV46.36163.91142.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 110 (43.36% from 255) = 55%
R=33%
G=12%
B=55%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66241100.40.7800.57269.364.1826.27
Hex42186E284E03910d401a
Octal102301565011607141510032
Binary100001011000110111010100010011100111001100001101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42186E; }

 p { color: rgb(66,24,110); }

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

<style>
 a { background-color: #42186E; }

 a { background-color: rgb(66,24,110); }

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

<style>
 span { border-color: #42186E; }

 span { border-color: rgb(66,24,110); }

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