#44067B

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

Shades of Indigo #44067B

Tints of Indigo #44067B

Color information

#44067B (or 0x44067B) is unknown color: approx Indigo. HEX triplet: 44, 06 and 7B. RGB value is (68,6,123). Sum of RGB (Red+Green+Blue) = 68+6+123=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #44067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44067B is #BBF984. Grayscale: #252525. Windows color (decimal): -12319109 or 8062532. OLE color: 8062532.

HSL color Cylindrical-coordinate representation of color #44067B: hue angle of 271.79º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44067B is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB686123-
CMYK0.450.9500.52
HSL271.79º90.7%25.29%-
HSV(B)271.79º95.12%48.24%-
XYZ6.022.7918.96-
YUV37.88176.04149.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=34.52%
G=3.05%
B=62.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6861230.450.9500.52271.7990.725.29
Hex4467B2D5F0341105b19
Octal10461735513706442013331
Binary1000100110111101110110110111110110100100010000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,6,123); }

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

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

 a { background-color: rgb(68,6,123); }

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

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

 span { border-color: rgb(68,6,123); }

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