Html Css Color HEX #440081 Indigo

📋 copy color: '#440081'

red 68 ◦ green 0 ◦ blue 129

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

Shades of Indigo #440081

Tints of Indigo #440081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.52%
G = 0%
B = 65.48%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#440081 (or 0x440081) is known color: Indigo. HEX triplet: 44, 00 and 81. RGB value is (68,0,129). Sum of RGB (Red+Green+Blue) = 68+0+129=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #440081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440081 is #BBFF7E. Grayscale: #222222. Windows color (decimal): -12320639 or 8454212. OLE color: 8454212.

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

Color convert

RGB 68 0 129 -
CMYK 0.47 1 0 0.49
HSL 271.63º 1% 0.25% -
HSV(B) 271.63º 1% 0.51% -
XYZ 6.35 2.81 20.98 -
YUV 35.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 68 0 129 0.47 1 0 0.49 271.63 1 0.25
Hex 44 0 81 2F 64 0 31 110 64 19
Octal 104 0 201 57 144 0 61 420 144 31
Binary 1000100 0 10000001 101111 1100100 0 110001 100010000 1100100 11001

Color Harmonies of #440081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440081

Black with #440081

Text Example


Text Example

White with #440081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440081; }

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

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

background-color css

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

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

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

border-color css

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

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

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