#44136A

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

Shades of Christalle #44136A

Tints of Christalle #44136A

Color information

#44136A (or 0x44136A) is unknown color: approx Christalle. HEX triplet: 44, 13 and 6A. RGB value is (68,19,106). Sum of RGB (Red+Green+Blue) = 68+19+106=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #44136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44136A is #BBEC95. Grayscale: #2B2B2B. Windows color (decimal): -12315798 or 6951748. OLE color: 6951748.

HSL color Cylindrical-coordinate representation of color #44136A: hue angle of 273.79º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44136A is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6819106-
CMYK0.360.8200.58
HSL273.79º69.6%24.51%-
HSV(B)273.79º82.08%41.57%-
XYZ5.222.7413.89-
YUV43.57163.23145.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 106 (41.80% from 255) = 54.92%
R=35.23%
G=9.84%
B=54.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68191060.360.8200.58273.7969.624.51
Hex44136A245203A1124619
Octal104231524412207242210631
Binary100010010011110101010010010100100111010100010010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44136A; }

 p { color: rgb(68,19,106); }

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

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

 a { background-color: rgb(68,19,106); }

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

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

 span { border-color: rgb(68,19,106); }

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