Html Css Color HEX #440091 Indigo

📋 copy color: '#440091'

red 68 ◦ green 0 ◦ blue 145

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

Shades of Indigo #440091

Tints of Indigo #440091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 31.92%
G = 0%
B = 68.08%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#440091 (or 0x440091) is known color: Indigo. HEX triplet: 44, 00 and 91. RGB value is (68,0,145). Sum of RGB (Red+Green+Blue) = 68+0+145=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #440091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440091 is #BBFF6E. Grayscale: #242424. Windows color (decimal): -12320623 or 9502788. OLE color: 9502788.

HSL color Cylindrical-coordinate representation of color #440091: hue angle of 268.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440091 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 0 145 -
CMYK 0.53 1 0 0.43
HSL 268.14º 1% 0.28% -
HSV(B) 268.14º 1% 0.57% -
XYZ 7.49 3.27 27.02 -
YUV 36.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 68 0 145 0.53 1 0 0.43 268.14 1 0.28
Hex 44 0 91 35 64 0 2B 10C 64 1C
Octal 104 0 221 65 144 0 53 414 144 34
Binary 1000100 0 10010001 110101 1100100 0 101011 100001100 1100100 11100

Color Harmonies of #440091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440091

Black with #440091

Text Example


Text Example

White with #440091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440091; }

 p { color: rgb(68,0,145); }

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

background-color css

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

 a { background-color: rgb(68,0,145); }

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

border-color css

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

 span { border-color: rgb(68,0,145); }

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