#421263

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

Shades of Christalle #421263

Tints of Christalle #421263

Color information

#421263 (or 0x421263) is unknown color: approx Christalle. HEX triplet: 42, 12 and 63. RGB value is (66,18,99). Sum of RGB (Red+Green+Blue) = 66+18+99=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #421263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421263 is #BDED9C. Grayscale: #292929. Windows color (decimal): -12447133 or 6492738. OLE color: 6492738.

HSL color Cylindrical-coordinate representation of color #421263: hue angle of 275.56º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421263 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB661899-
CMYK0.330.8200.61
HSL275.56º69.23%22.94%-
HSV(B)275.56º81.82%38.82%-
XYZ4.722.4912.04-
YUV41.59160.4145.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 99 (39.06% from 255) = 54.10%
R=36.07%
G=9.84%
B=54.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6618990.330.8200.61275.5669.2322.94
Hex421263215203D1144517
Octal102221434112207542410527
Binary100001010010110001110000110100100111101100010100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421263; }

 p { color: rgb(66,18,99); }

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

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

 a { background-color: rgb(66,18,99); }

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

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

 span { border-color: rgb(66,18,99); }

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