Html Css Color HEX #440481 Indigo

📋 copy color: '#440481'

red 68 ◦ green 4 ◦ blue 129

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

Shades of Indigo #440481

Tints of Indigo #440481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

 BLUE value IS 129 (50.78% from 255) = 64.18%

R = 33.83%
G = 1.99%
B = 64.18%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#440481 (or 0x440481) is known color: Indigo. HEX triplet: 44, 04 and 81. RGB value is (68,4,129). Sum of RGB (Red+Green+Blue) = 68+4+129=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #440481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440481 is #BBFB7E. Grayscale: #242424. Windows color (decimal): -12319615 or 8455236. OLE color: 8455236.

HSL color Cylindrical-coordinate representation of color #440481: hue angle of 270.72º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440481 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 4 129 -
CMYK 0.47 0.97 0 0.49
HSL 270.72º 0.94% 0.26% -
HSV(B) 270.72º 0.97% 0.51% -
XYZ 6.39 2.9 20.99 -
YUV 37.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 68 4 129 0.47 0.97 0 0.49 270.72 0.94 0.26
Hex 44 4 81 2F 61 0 31 10F 5E 1A
Octal 104 4 201 57 141 0 61 417 136 32
Binary 1000100 100 10000001 101111 1100001 0 110001 100001111 1011110 11010

Color Harmonies of #440481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440481

Black with #440481

Text Example


Text Example

White with #440481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440481; }

 p { color: rgb(68,4,129); }

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

background-color css

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

 a { background-color: rgb(68,4,129); }

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

border-color css

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

 span { border-color: rgb(68,4,129); }

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