Html Css Color HEX #440880 Indigo

📋 copy color: '#440880'

red 68 ◦ green 8 ◦ blue 128

#440880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #440880

Tints of Indigo #440880

RGB

 RED value IS 68 (26.95% from 255) = 33.33%

 GREEN value IS 8 (3.52% from 255) = 3.92%

 BLUE value IS 128 (50.39% from 255) = 62.75%

R = 33.33%
G = 3.92%
B = 62.75%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#440880 (or 0x440880) is known color: Indigo. HEX triplet: 44, 08 and 80. RGB value is (68,8,128). Sum of RGB (Red+Green+Blue) = 68+8+128=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #440880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440880 is #BBF77F. Grayscale: #272727. Windows color (decimal): -12318592 or 8390724. OLE color: 8390724.

HSL color Cylindrical-coordinate representation of color #440880: hue angle of 270º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440880 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 8 128 -
CMYK 0.47 0.94 0 0.50
HSL 270º 0.88% 0.27% -
HSV(B) 270º 0.94% 0.5% -
XYZ 6.37 2.96 20.66 -
YUV 39.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 68 8 128 0.47 0.94 0 0.50 270 0.88 0.27
Hex 44 8 80 2F 5E 0 32 10E 58 1B
Octal 104 10 200 57 136 0 62 416 130 33
Binary 1000100 1000 10000000 101111 1011110 0 110010 100001110 1011000 11011

Color Harmonies of #440880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440880

Black with #440880

Text Example


Text Example

White with #440880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440880; }

 p { color: rgb(68,8,128); }

 H1.HeaderClassName
 {
   color: #440880;
 }
 .AnyTagClassName
 {
   color: #440880;
 }
</style>

background-color css

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

 a { background-color: rgb(68,8,128); }

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

border-color css

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

 span { border-color: rgb(68,8,128); }

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