#421461

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

Shades of Christalle #421461

Tints of Christalle #421461

Color information

#421461 (or 0x421461) is unknown color: approx Christalle. HEX triplet: 42, 14 and 61. RGB value is (66,20,97). Sum of RGB (Red+Green+Blue) = 66+20+97=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #421461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421461 is #BDEB9E. Grayscale: #2A2A2A. Windows color (decimal): -12446623 or 6362178. OLE color: 6362178.

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

Color convert

RGB662097-
CMYK0.320.7900.62
HSL275.84º65.81%22.94%-
HSV(B)275.84º79.38%38.04%-
XYZ4.652.5211.55-
YUV42.53158.74144.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=36.07%
G=10.93%
B=53.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6620970.320.7900.62275.8465.8122.94
Hex421461204F03E1144217
Octal102241414011707642410227
Binary100001010100110000110000010011110111110100010100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421461; }

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

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

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

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

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

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

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

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