#440B75

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

Shades of Indigo #440B75

Tints of Indigo #440B75

Color information

#440B75 (or 0x440B75) is unknown color: approx Indigo. HEX triplet: 44, 0B and 75. RGB value is (68,11,117). Sum of RGB (Red+Green+Blue) = 68+11+117=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #440B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B75 is #BBF48A. Grayscale: #272727. Windows color (decimal): -12317835 or 7670596. OLE color: 7670596.

HSL color Cylindrical-coordinate representation of color #440B75: hue angle of 272.26º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440B75 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6811117-
CMYK0.420.9100.54
HSL272.26º82.81%25.1%-
HSV(B)272.26º90.6%45.88%-
XYZ5.712.7517.06-
YUV40.13171.38147.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=34.69%
G=5.61%
B=59.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68111170.420.9100.54272.2682.8125.1
Hex44B752A5B0361105319
Octal104131655213306642012331
Binary10001001011111010110101010110110110110100010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440B75; }

 p { color: rgb(68,11,117); }

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

<style>
 a { background-color: #440B75; }

 a { background-color: rgb(68,11,117); }

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

<style>
 span { border-color: #440B75; }

 span { border-color: rgb(68,11,117); }

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