#440085

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

Shades of Indigo #440085

Tints of Indigo #440085

Color information

#440085 (or 0x440085) is unknown color: approx Indigo. HEX triplet: 44, 00 and 85. RGB value is (68,0,133). Sum of RGB (Red+Green+Blue) = 68+0+133=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #440085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440085 is #BBFF7A. Grayscale: #232323. Windows color (decimal): -12320635 or 8716356. OLE color: 8716356.

HSL color Cylindrical-coordinate representation of color #440085: hue angle of 270.68º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440085 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB680133-
CMYK0.49100.48
HSL270.68º100%26.08%-
HSV(B)270.68º100%52.16%-
XYZ6.622.9222.41-
YUV35.49183.03151.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=33.83%
G=0%
B=66.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6801330.49100.48270.6810026.08
Hex44085316403010f641a
Octal10402056114406041714432
Binary100010001000010111000111001000110000100001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440085; }

 p { color: rgb(68,0,133); }

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

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

 a { background-color: rgb(68,0,133); }

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

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

 span { border-color: rgb(68,0,133); }

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