#44038B

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

Shades of Indigo #44038B

Tints of Indigo #44038B

Color information

#44038B (or 0x44038B) is unknown color: approx Indigo. HEX triplet: 44, 03 and 8B. RGB value is (68,3,139). Sum of RGB (Red+Green+Blue) = 68+3+139=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #44038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44038B is #BBFC74. Grayscale: #252525. Windows color (decimal): -12319861 or 9110340. OLE color: 9110340.

HSL color Cylindrical-coordinate representation of color #44038B: hue angle of 268.68º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44038B is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB683139-
CMYK0.510.9800.45
HSL268.68º95.77%27.84%-
HSV(B)268.68º97.84%54.51%-
XYZ7.083.1624.66-
YUV37.94185.03149.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=32.38%
G=1.43%
B=66.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6831390.510.9800.45268.6895.7727.84
Hex4438B336202D10d601c
Octal10432136314205541514034
Binary1000100111000101111001111000100101101100001101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44038B; }

 p { color: rgb(68,3,139); }

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

<style>
 a { background-color: #44038B; }

 a { background-color: rgb(68,3,139); }

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

<style>
 span { border-color: #44038B; }

 span { border-color: rgb(68,3,139); }

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