#440B9B

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

Shades of Indigo #440B9B

Tints of Indigo #440B9B

Color information

#440B9B (or 0x440B9B) is unknown color: approx Indigo. HEX triplet: 44, 0B and 9B. RGB value is (68,11,155). Sum of RGB (Red+Green+Blue) = 68+11+155=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #440B9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B9B is #BBF464. Grayscale: #2B2B2B. Windows color (decimal): -12317797 or 10160964. OLE color: 10160964.

HSL color Cylindrical-coordinate representation of color #440B9B: hue angle of 263.75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440B9B is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6811155-
CMYK0.560.9300.39
HSL263.75º86.75%32.55%-
HSV(B)263.75º92.9%60.78%-
XYZ8.423.8331.31-
YUV44.46190.38144.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 11 (4.69% from 255) = 4.70%
BLUE value IS 155 (60.94% from 255) = 66.24%
R=29.06%
G=4.70%
B=66.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68111550.560.9300.39263.7586.7532.55
Hex44B9B385D0271085721
Octal104132337013504741012741
Binary1000100101110011011111000101110101001111000010001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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