Html Css Color HEX #440794 Indigo

📋 copy color: '#440794'

red 68 ◦ green 7 ◦ blue 148

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

Shades of Indigo #440794

Tints of Indigo #440794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 148 (58.2% from 255) = 66.37%

R = 30.49%
G = 3.14%
B = 66.37%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#440794 (or 0x440794) is known color: Indigo. HEX triplet: 44, 07 and 94. RGB value is (68,7,148). Sum of RGB (Red+Green+Blue) = 68+7+148=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #440794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440794 is #BBF86B. Grayscale: #282828. Windows color (decimal): -12318828 or 9701188. OLE color: 9701188.

HSL color Cylindrical-coordinate representation of color #440794: hue angle of 265.96º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440794 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 7 148 -
CMYK 0.54 0.95 0 0.42
HSL 265.96º 0.91% 0.3% -
HSV(B) 265.96º 0.95% 0.58% -
XYZ 7.81 3.52 28.28 -
YUV 41.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 68 7 148 0.54 0.95 0 0.42 265.96 0.91 0.3
Hex 44 7 94 36 5F 0 2A 10A 5B 1E
Octal 104 7 224 66 137 0 52 412 133 36
Binary 1000100 111 10010100 110110 1011111 0 101010 100001010 1011011 11110

Color Harmonies of #440794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440794

Black with #440794

Text Example


Text Example

White with #440794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440794; }

 p { color: rgb(68,7,148); }

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

background-color css

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

 a { background-color: rgb(68,7,148); }

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

border-color css

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

 span { border-color: rgb(68,7,148); }

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