#44025F

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

Shades of Indigo #44025F

Tints of Indigo #44025F

Color information

#44025F (or 0x44025F) is unknown color: approx Indigo. HEX triplet: 44, 02 and 5F. RGB value is (68,2,95). Sum of RGB (Red+Green+Blue) = 68+2+95=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #44025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44025F is #BBFDA0. Grayscale: #202020. Windows color (decimal): -12320161 or 6226500. OLE color: 6226500.

HSL color Cylindrical-coordinate representation of color #44025F: hue angle of 282.58º 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 #44025F is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB68295-
CMYK0.280.9800.63
HSL282.58º95.88%19.02%-
HSV(B)282.58º97.89%37.25%-
XYZ4.472.111-
YUV32.34163.37153.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=41.21%
G=1.21%
B=57.58%

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
Decimal682950.280.9800.63282.5895.8819.02
Hex4425F1C6203F11b6013
Octal10421373414207743314023
Binary10001001010111111110011000100111111100011011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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