#421261

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

Shades of Christalle #421261

Tints of Christalle #421261

Color information

#421261 (or 0x421261) is unknown color: approx Christalle. HEX triplet: 42, 12 and 61. RGB value is (66,18,97). Sum of RGB (Red+Green+Blue) = 66+18+97=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #421261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421261 is #BDED9E. Grayscale: #292929. Windows color (decimal): -12447135 or 6361666. OLE color: 6361666.

HSL color Cylindrical-coordinate representation of color #421261: hue angle of 276.46º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421261 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB661897-
CMYK0.320.8100.62
HSL276.46º68.7%22.55%-
HSV(B)276.46º81.44%38.04%-
XYZ4.622.4511.54-
YUV41.36159.4145.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=36.46%
G=9.94%
B=53.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6618970.320.8100.62276.4668.722.55
Hex421261205103E1144517
Octal102221414012107642410527
Binary100001010010110000110000010100010111110100010100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421261; }

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

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

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

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

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

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

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

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