#44025E

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

Shades of Indigo #44025E

Tints of Indigo #44025E

Color information

#44025E (or 0x44025E) is unknown color: approx Indigo. HEX triplet: 44, 02 and 5E. RGB value is (68,2,94). Sum of RGB (Red+Green+Blue) = 68+2+94=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #44025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44025E is #BBFDA1. Grayscale: #1F1F1F. Windows color (decimal): -12320162 or 6160964. OLE color: 6160964.

HSL color Cylindrical-coordinate representation of color #44025E: hue angle of 283.04º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44025E is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB68294-
CMYK0.280.9800.63
HSL283.04º95.83%18.82%-
HSV(B)283.04º97.87%36.86%-
XYZ4.432.0810.76-
YUV32.22162.87153.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.46%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=41.46%
G=1.22%
B=57.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal682940.280.9800.63283.0495.8318.82
Hex4425E1C6203F11b6013
Octal10421363414207743314023
Binary10001001010111101110011000100111111100011011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,2,94); }

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

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

 a { background-color: rgb(68,2,94); }

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

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

 span { border-color: rgb(68,2,94); }

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