Html Css Color HEX #440391 Indigo

📋 copy color: '#440391'

red 68 ◦ green 3 ◦ blue 145

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

Shades of Indigo #440391

Tints of Indigo #440391

RGB

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

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

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

R = 31.48%
G = 1.39%
B = 67.13%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#440391 (or 0x440391) is known color: Indigo. HEX triplet: 44, 03 and 91. RGB value is (68,3,145). Sum of RGB (Red+Green+Blue) = 68+3+145=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #440391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440391 is #BBFC6E. Grayscale: #262626. Windows color (decimal): -12319855 or 9503556. OLE color: 9503556.

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

Color convert

RGB 68 3 145 -
CMYK 0.53 0.98 0 0.43
HSL 267.46º 0.96% 0.29% -
HSV(B) 267.46º 0.98% 0.57% -
XYZ 7.53 3.34 27.04 -
YUV 38.62 188.03 148.95 -
System Red Green Blue C M Y K H S L
Decimal 68 3 145 0.53 0.98 0 0.43 267.46 0.96 0.29
Hex 44 3 91 35 62 0 2B 10B 60 1D
Octal 104 3 221 65 142 0 53 413 140 35
Binary 1000100 11 10010001 110101 1100010 0 101011 100001011 1100000 11101

Color Harmonies of #440391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440391

Black with #440391

Text Example


Text Example

White with #440391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440391; }

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

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

background-color css

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

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

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

border-color css

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

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

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