Html Css Color HEX #440390 Indigo

📋 copy color: '#440390'

red 68 ◦ green 3 ◦ blue 144

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

Shades of Indigo #440390

Tints of Indigo #440390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 31.63%
G = 1.4%
B = 66.98%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#440390 (or 0x440390) is known color: Indigo. HEX triplet: 44, 03 and 90. RGB value is (68,3,144). Sum of RGB (Red+Green+Blue) = 68+3+144=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #440390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440390 is #BBFC6F. Grayscale: #262626. Windows color (decimal): -12319856 or 9438020. OLE color: 9438020.

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

Color convert

RGB 68 3 144 -
CMYK 0.53 0.98 0 0.44
HSL 267.66º 0.96% 0.29% -
HSV(B) 267.66º 0.98% 0.56% -
XYZ 7.45 3.31 26.63 -
YUV 38.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 68 3 144 0.53 0.98 0 0.44 267.66 0.96 0.29
Hex 44 3 90 35 62 0 2C 10C 60 1D
Octal 104 3 220 65 142 0 54 414 140 35
Binary 1000100 11 10010000 110101 1100010 0 101100 100001100 1100000 11101

Color Harmonies of #440390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440390

Black with #440390

Text Example


Text Example

White with #440390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440390; }

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

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

background-color css

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

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

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

border-color css

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

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

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