#44018A

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

Shades of Indigo #44018A

Tints of Indigo #44018A

Color information

#44018A (or 0x44018A) is unknown color: approx Indigo. HEX triplet: 44, 01 and 8A. RGB value is (68,1,138). Sum of RGB (Red+Green+Blue) = 68+1+138=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #44018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44018A is #BBFE75. Grayscale: #242424. Windows color (decimal): -12320374 or 9044292. OLE color: 9044292.

HSL color Cylindrical-coordinate representation of color #44018A: hue angle of 269.34º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44018A is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB681138-
CMYK0.510.9900.46
HSL269.34º98.56%27.25%-
HSV(B)269.34º99.28%54.12%-
XYZ6.983.0924.27-
YUV36.65185.2150.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=32.85%
G=0.48%
B=66.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6811380.510.9900.46269.3498.5627.25
Hex4418A336302E10d631b
Octal10412126314305641514333
Binary100010011000101011001111000110101110100001101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,1,138); }

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

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

 a { background-color: rgb(68,1,138); }

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

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

 span { border-color: rgb(68,1,138); }

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