#421765

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

Shades of Christalle #421765

Tints of Christalle #421765

Color information

#421765 (or 0x421765) is unknown color: approx Christalle. HEX triplet: 42, 17 and 65. RGB value is (66,23,101). Sum of RGB (Red+Green+Blue) = 66+23+101=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #421765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421765 is #BDE89A. Grayscale: #2C2C2C. Windows color (decimal): -12445851 or 6625090. OLE color: 6625090.

HSL color Cylindrical-coordinate representation of color #421765: hue angle of 273.08º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421765 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6623101-
CMYK0.350.7700.60
HSL273.08º62.9%24.31%-
HSV(B)273.08º77.23%39.61%-
XYZ4.92.7112.58-
YUV44.75159.75143.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=34.74%
G=12.11%
B=53.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66231010.350.7700.60273.0862.924.31
Hex421765234D03C1113f18
Octal10227145431150744217730
Binary10000101011111001011000111001101011110010001000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421765; }

 p { color: rgb(66,23,101); }

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

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

 a { background-color: rgb(66,23,101); }

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

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

 span { border-color: rgb(66,23,101); }

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