#442761

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

Shades of Christalle #442761

Tints of Christalle #442761

Color information

#442761 (or 0x442761) is unknown color: approx Christalle. HEX triplet: 44, 27 and 61. RGB value is (68,39,97). Sum of RGB (Red+Green+Blue) = 68+39+97=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #442761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442761 is #BBD89E. Grayscale: #363636. Windows color (decimal): -12310687 or 6367044. OLE color: 6367044.

HSL color Cylindrical-coordinate representation of color #442761: hue angle of 270º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #442761 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB683997-
CMYK0.300.6000.62
HSL270º42.65%26.67%-
HSV(B)270º59.79%38.04%-
XYZ5.273.5411.72-
YUV54.28152.11137.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=33.33%
G=19.12%
B=47.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6839970.300.6000.6227042.6526.67
Hex4427611E3C03E10e2b1b
Octal1044714136740764165333
Binary1000100100111110000111110111100011111010000111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442761; }

 p { color: rgb(68,39,97); }

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

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

 a { background-color: rgb(68,39,97); }

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

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

 span { border-color: rgb(68,39,97); }

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