Html Css Color HEX #440674 Indigo

📋 copy color: '#440674'

red 68 ◦ green 6 ◦ blue 116

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

Shades of Indigo #440674

Tints of Indigo #440674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 35.79%
G = 3.16%
B = 61.05%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440674 (or 0x440674) is known color: Indigo. HEX triplet: 44, 06 and 74. RGB value is (68,6,116). Sum of RGB (Red+Green+Blue) = 68+6+116=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #440674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440674 is #BBF98B. Grayscale: #242424. Windows color (decimal): -12319116 or 7603780. OLE color: 7603780.

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

Color convert

RGB 68 6 116 -
CMYK 0.41 0.95 0 0.55
HSL 273.82º 0.9% 0.24% -
HSV(B) 273.82º 0.95% 0.45% -
XYZ 5.6 2.62 16.73 -
YUV 37.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 68 6 116 0.41 0.95 0 0.55 273.82 0.9 0.24
Hex 44 6 74 29 5F 0 37 112 5A 18
Octal 104 6 164 51 137 0 67 422 132 30
Binary 1000100 110 1110100 101001 1011111 0 110111 100010010 1011010 11000

Color Harmonies of #440674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440674

Black with #440674

Text Example


Text Example

White with #440674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440674; }

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

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

background-color css

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

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

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

border-color css

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

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

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