#442962

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

Shades of Christalle #442962

Tints of Christalle #442962

Color information

#442962 (or 0x442962) is unknown color: approx Christalle. HEX triplet: 44, 29 and 62. RGB value is (68,41,98). Sum of RGB (Red+Green+Blue) = 68+41+98=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #442962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442962 is #BBD69D. Grayscale: #373737. Windows color (decimal): -12310174 or 6433092. OLE color: 6433092.

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

Color convert

RGB684198-
CMYK0.310.5800.62
HSL268.42º41.01%27.25%-
HSV(B)268.42º58.16%38.43%-
XYZ5.383.711.99-
YUV55.57151.95136.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=32.85%
G=19.81%
B=47.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6841980.310.5800.62268.4241.0127.25
Hex4429621F3A03E10c291b
Octal1045114237720764145133
Binary1000100101001110001011111111010011111010000110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442962; }

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

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

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

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

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

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

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

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