#421161

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

Shades of Christalle #421161

Tints of Christalle #421161

Color information

#421161 (or 0x421161) is unknown color: approx Christalle. HEX triplet: 42, 11 and 61. RGB value is (66,17,97). Sum of RGB (Red+Green+Blue) = 66+17+97=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #421161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421161 is #BDEE9E. Grayscale: #282828. Windows color (decimal): -12447391 or 6361410. OLE color: 6361410.

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

Color convert

RGB661797-
CMYK0.320.8200.62
HSL276.75º70.18%22.35%-
HSV(B)276.75º82.47%38.04%-
XYZ4.62.4211.53-
YUV40.77159.73146-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=36.67%
G=9.44%
B=53.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6617970.320.8200.62276.7570.1822.35
Hex421161205203E1154616
Octal102211414012207642510626
Binary100001010001110000110000010100100111110100010101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421161; }

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

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

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

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

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

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

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

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