#44138E

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

Shades of Indigo #44138E

Tints of Indigo #44138E

Color information

#44138E (or 0x44138E) is unknown color: approx Indigo. HEX triplet: 44, 13 and 8E. RGB value is (68,19,142). Sum of RGB (Red+Green+Blue) = 68+19+142=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #44138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44138E is #BBEC71. Grayscale: #2F2F2F. Windows color (decimal): -12315762 or 9311044. OLE color: 9311044.

HSL color Cylindrical-coordinate representation of color #44138E: hue angle of 263.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44138E is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6819142-
CMYK0.520.8700.44
HSL263.9º76.4%31.57%-
HSV(B)263.9º86.62%55.69%-
XYZ7.53.6525.9-
YUV47.67181.23142.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=29.69%
G=8.30%
B=62.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68191420.520.8700.44263.976.431.57
Hex44138E345702C1084c20
Octal104232166412705441011440
Binary10001001001110001110110100101011101011001000010001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44138E; }

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

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

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

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

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

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

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

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