#441968

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

Shades of Christalle #441968

Tints of Christalle #441968

Color information

#441968 (or 0x441968) is unknown color: approx Christalle. HEX triplet: 44, 19 and 68. RGB value is (68,25,104). Sum of RGB (Red+Green+Blue) = 68+25+104=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #441968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441968 is #BBE697. Grayscale: #2E2E2E. Windows color (decimal): -12314264 or 6822212. OLE color: 6822212.

HSL color Cylindrical-coordinate representation of color #441968: hue angle of 272.66º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441968 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6825104-
CMYK0.350.7600.59
HSL272.66º61.24%25.29%-
HSV(B)272.66º75.96%40.78%-
XYZ5.232.9213.39-
YUV46.86160.25143.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=34.52%
G=12.69%
B=52.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68251040.350.7600.59272.6661.2425.29
Hex441968234C03B1113d19
Octal10431150431140734217531
Binary10001001100111010001000111001100011101110001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441968; }

 p { color: rgb(68,25,104); }

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

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

 a { background-color: rgb(68,25,104); }

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

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

 span { border-color: rgb(68,25,104); }

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