Html Css Color HEX #440290 Indigo

📋 copy color: '#440290'

red 68 ◦ green 2 ◦ blue 144

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

Shades of Indigo #440290

Tints of Indigo #440290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 31.78%
G = 0.93%
B = 67.29%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#440290 (or 0x440290) is known color: Indigo. HEX triplet: 44, 02 and 90. RGB value is (68,2,144). Sum of RGB (Red+Green+Blue) = 68+2+144=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #440290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440290 is #BBFD6F. Grayscale: #252525. Windows color (decimal): -12320112 or 9437764. OLE color: 9437764.

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

Color convert

RGB 68 2 144 -
CMYK 0.53 0.99 0 0.44
HSL 267.89º 0.97% 0.29% -
HSV(B) 267.89º 0.99% 0.56% -
XYZ 7.44 3.29 26.63 -
YUV 37.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 68 2 144 0.53 0.99 0 0.44 267.89 0.97 0.29
Hex 44 2 90 35 63 0 2C 10C 61 1D
Octal 104 2 220 65 143 0 54 414 141 35
Binary 1000100 10 10010000 110101 1100011 0 101100 100001100 1100001 11101

Color Harmonies of #440290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440290

Black with #440290

Text Example


Text Example

White with #440290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440290; }

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

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

background-color css

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

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

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

border-color css

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

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

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