Html Css Color HEX #440874 Indigo

📋 copy color: '#440874'

red 68 ◦ green 8 ◦ blue 116

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

Shades of Indigo #440874

Tints of Indigo #440874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.42%

R = 35.42%
G = 4.17%
B = 60.42%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440874 (or 0x440874) is known color: Indigo. HEX triplet: 44, 08 and 74. RGB value is (68,8,116). Sum of RGB (Red+Green+Blue) = 68+8+116=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #440874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440874 is #BBF78B. Grayscale: #252525. Windows color (decimal): -12318604 or 7604292. OLE color: 7604292.

HSL color Cylindrical-coordinate representation of color #440874: hue angle of 273.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440874 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 8 116 -
CMYK 0.41 0.93 0 0.55
HSL 273.33º 0.87% 0.24% -
HSV(B) 273.33º 0.93% 0.45% -
XYZ 5.62 2.66 16.74 -
YUV 38.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 68 8 116 0.41 0.93 0 0.55 273.33 0.87 0.24
Hex 44 8 74 29 5D 0 37 111 57 18
Octal 104 10 164 51 135 0 67 421 127 30
Binary 1000100 1000 1110100 101001 1011101 0 110111 100010001 1010111 11000

Color Harmonies of #440874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440874

Black with #440874

Text Example


Text Example

White with #440874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440874; }

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

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

background-color css

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

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

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

border-color css

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

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

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