#442B62

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

Shades of Christalle #442B62

Tints of Christalle #442B62

Color information

#442B62 (or 0x442B62) is unknown color: approx Christalle. HEX triplet: 44, 2B and 62. RGB value is (68,43,98). Sum of RGB (Red+Green+Blue) = 68+43+98=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #442B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B62 is #BBD49D. Grayscale: #383838. Windows color (decimal): -12309662 or 6433604. OLE color: 6433604.

HSL color Cylindrical-coordinate representation of color #442B62: hue angle of 267.27º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #442B62 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB684398-
CMYK0.310.5600.62
HSL267.27º39.01%27.65%-
HSV(B)267.27º56.12%38.43%-
XYZ5.453.8412.01-
YUV56.74151.28136.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=32.54%
G=20.57%
B=46.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6843980.310.5600.62267.2739.0127.65
Hex442B621F3803E10b271c
Octal1045314237700764134734
Binary1000100101011110001011111111000011111010000101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442B62; }

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

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

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

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

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

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

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

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