#441262

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

Shades of Christalle #441262

Tints of Christalle #441262

Color information

#441262 (or 0x441262) is unknown color: approx Christalle. HEX triplet: 44, 12 and 62. RGB value is (68,18,98). Sum of RGB (Red+Green+Blue) = 68+18+98=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #441262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441262 is #BBED9D. Grayscale: #292929. Windows color (decimal): -12316062 or 6427204. OLE color: 6427204.

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

Color convert

RGB681898-
CMYK0.310.8200.62
HSL277.5º68.97%22.75%-
HSV(B)277.5º81.63%38.43%-
XYZ4.82.5411.79-
YUV42.07159.56146.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=36.96%
G=9.78%
B=53.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6818980.310.8200.62277.568.9722.75
Hex4412621F5203E1164517
Octal104221423712207642610527
Binary10001001001011000101111110100100111110100010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441262; }

 p { color: rgb(68,18,98); }

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

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

 a { background-color: rgb(68,18,98); }

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

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

 span { border-color: rgb(68,18,98); }

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