Html Css Color HEX #440090 Indigo

📋 copy color: '#440090'

red 68 ◦ green 0 ◦ blue 144

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

Shades of Indigo #440090

Tints of Indigo #440090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 32.08%
G = 0%
B = 67.92%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#440090 (or 0x440090) is known color: Indigo. HEX triplet: 44, 00 and 90. RGB value is (68,0,144). Sum of RGB (Red+Green+Blue) = 68+0+144=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #440090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440090 is #BBFF6F. Grayscale: #242424. Windows color (decimal): -12320624 or 9437252. OLE color: 9437252.

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

Color convert

RGB 68 0 144 -
CMYK 0.53 1 0 0.44
HSL 268.33º 1% 0.28% -
HSV(B) 268.33º 1% 0.56% -
XYZ 7.42 3.24 26.62 -
YUV 36.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 68 0 144 0.53 1 0 0.44 268.33 1 0.28
Hex 44 0 90 35 64 0 2C 10C 64 1C
Octal 104 0 220 65 144 0 54 414 144 34
Binary 1000100 0 10010000 110101 1100100 0 101100 100001100 1100100 11100

Color Harmonies of #440090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440090

Black with #440090

Text Example


Text Example

White with #440090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440090; }

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

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

background-color css

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

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

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

border-color css

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

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

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