Html Css Color HEX #440888 Indigo

📋 copy color: '#440888'

red 68 ◦ green 8 ◦ blue 136

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

Shades of Indigo #440888

Tints of Indigo #440888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 64.15%

R = 32.08%
G = 3.77%
B = 64.15%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#440888 (or 0x440888) is known color: Indigo. HEX triplet: 44, 08 and 88. RGB value is (68,8,136). Sum of RGB (Red+Green+Blue) = 68+8+136=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #440888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440888 is #BBF777. Grayscale: #282828. Windows color (decimal): -12318584 or 8915012. OLE color: 8915012.

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

Color convert

RGB 68 8 136 -
CMYK 0.50 0.94 0 0.47
HSL 268.13º 0.89% 0.28% -
HSV(B) 268.13º 0.94% 0.53% -
XYZ 6.91 3.18 23.54 -
YUV 40.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 68 8 136 0.50 0.94 0 0.47 268.13 0.89 0.28
Hex 44 8 88 32 5E 0 2F 10C 59 1C
Octal 104 10 210 62 136 0 57 414 131 34
Binary 1000100 1000 10001000 110010 1011110 0 101111 100001100 1011001 11100

Color Harmonies of #440888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440888

Black with #440888

Text Example


Text Example

White with #440888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440888; }

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

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

background-color css

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

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

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

border-color css

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

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

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