#440B61

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

Shades of Christalle #440B61

Tints of Christalle #440B61

Color information

#440B61 (or 0x440B61) is unknown color: approx Christalle. HEX triplet: 44, 0B and 61. RGB value is (68,11,97). Sum of RGB (Red+Green+Blue) = 68+11+97=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #440B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B61 is #BBF49E. Grayscale: #252525. Windows color (decimal): -12317855 or 6359876. OLE color: 6359876.

HSL color Cylindrical-coordinate representation of color #440B61: hue angle of 279.77º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440B61 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB681197-
CMYK0.300.8900.62
HSL279.77º79.63%21.18%-
HSV(B)279.77º88.66%38.04%-
XYZ4.662.3311.51-
YUV37.85161.38149.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 11 (4.69% from 255) = 6.25%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=38.64%
G=6.25%
B=55.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6811970.300.8900.62279.7779.6321.18
Hex44B611E5903E1185015
Octal104131413613107643012025
Binary1000100101111000011111010110010111110100011000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440B61; }

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

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

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

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

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

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

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

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