Html Css Color HEX #440590 Indigo

📋 copy color: '#440590'

red 68 ◦ green 5 ◦ blue 144

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

Shades of Indigo #440590

Tints of Indigo #440590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

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

R = 31.34%
G = 2.3%
B = 66.36%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#440590 (or 0x440590) is known color: Indigo. HEX triplet: 44, 05 and 90. RGB value is (68,5,144). Sum of RGB (Red+Green+Blue) = 68+5+144=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #440590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440590 is #BBFA6F. Grayscale: #272727. Windows color (decimal): -12319344 or 9438532. OLE color: 9438532.

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

Color convert

RGB 68 5 144 -
CMYK 0.53 0.97 0 0.44
HSL 267.19º 0.93% 0.29% -
HSV(B) 267.19º 0.97% 0.56% -
XYZ 7.47 3.35 26.64 -
YUV 39.68 186.87 148.2 -
System Red Green Blue C M Y K H S L
Decimal 68 5 144 0.53 0.97 0 0.44 267.19 0.93 0.29
Hex 44 5 90 35 61 0 2C 10B 5D 1D
Octal 104 5 220 65 141 0 54 413 135 35
Binary 1000100 101 10010000 110101 1100001 0 101100 100001011 1011101 11101

Color Harmonies of #440590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440590

Black with #440590

Text Example


Text Example

White with #440590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440590; }

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

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

background-color css

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

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

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

border-color css

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

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

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