#421961

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

Shades of Christalle #421961

Tints of Christalle #421961

Color information

#421961 (or 0x421961) is unknown color: approx Christalle. HEX triplet: 42, 19 and 61. RGB value is (66,25,97). Sum of RGB (Red+Green+Blue) = 66+25+97=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #421961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421961 is #BDE69E. Grayscale: #2D2D2D. Windows color (decimal): -12445343 or 6363458. OLE color: 6363458.

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

Color convert

RGB662597-
CMYK0.320.7400.62
HSL274.17º59.02%23.92%-
HSV(B)274.17º74.23%38.04%-
XYZ4.752.7211.58-
YUV45.47157.08142.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=35.11%
G=13.30%
B=51.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6625970.320.7400.62274.1759.0223.92
Hex421961204A03E1123b18
Octal10231141401120764227330
Binary10000101100111000011000001001010011111010001001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421961; }

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

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

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

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

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

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

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

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