Html Css Color HEX #440377 Indigo

📋 copy color: '#440377'

red 68 ◦ green 3 ◦ blue 119

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

Shades of Indigo #440377

Tints of Indigo #440377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 62.63%

R = 35.79%
G = 1.58%
B = 62.63%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440377 (or 0x440377) is known color: Indigo. HEX triplet: 44, 03 and 77. RGB value is (68,3,119). Sum of RGB (Red+Green+Blue) = 68+3+119=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #440377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440377 is #BBFC88. Grayscale: #232323. Windows color (decimal): -12319881 or 7799620. OLE color: 7799620.

HSL color Cylindrical-coordinate representation of color #440377: hue angle of 273.62º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440377 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 3 119 -
CMYK 0.43 0.97 0 0.53
HSL 273.62º 0.95% 0.24% -
HSV(B) 273.62º 0.97% 0.47% -
XYZ 5.75 2.63 17.66 -
YUV 35.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 68 3 119 0.43 0.97 0 0.53 273.62 0.95 0.24
Hex 44 3 77 2B 61 0 35 112 5F 18
Octal 104 3 167 53 141 0 65 422 137 30
Binary 1000100 11 1110111 101011 1100001 0 110101 100010010 1011111 11000

Color Harmonies of #440377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440377

Black with #440377

Text Example


Text Example

White with #440377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440377; }

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

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

background-color css

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

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

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

border-color css

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

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

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