Html Css Color HEX #440581 Indigo

📋 copy color: '#440581'

red 68 ◦ green 5 ◦ blue 129

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

Shades of Indigo #440581

Tints of Indigo #440581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

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

R = 33.66%
G = 2.48%
B = 63.86%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#440581 (or 0x440581) is known color: Indigo. HEX triplet: 44, 05 and 81. RGB value is (68,5,129). Sum of RGB (Red+Green+Blue) = 68+5+129=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #440581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440581 is #BBFA7E. Grayscale: #252525. Windows color (decimal): -12319359 or 8455492. OLE color: 8455492.

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

Color convert

RGB 68 5 129 -
CMYK 0.47 0.96 0 0.49
HSL 270.48º 0.93% 0.26% -
HSV(B) 270.48º 0.96% 0.51% -
XYZ 6.4 2.92 21 -
YUV 37.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 68 5 129 0.47 0.96 0 0.49 270.48 0.93 0.26
Hex 44 5 81 2F 60 0 31 10E 5D 1A
Octal 104 5 201 57 140 0 61 416 135 32
Binary 1000100 101 10000001 101111 1100000 0 110001 100001110 1011101 11010

Color Harmonies of #440581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440581

Black with #440581

Text Example


Text Example

White with #440581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440581; }

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

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

background-color css

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

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

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

border-color css

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

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

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