Html Css Color HEX #440180 Indigo

📋 copy color: '#440180'

red 68 ◦ green 1 ◦ blue 128

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

Shades of Indigo #440180

Tints of Indigo #440180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 128 (50.39% from 255) = 64.97%

R = 34.52%
G = 0.51%
B = 64.97%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#440180 (or 0x440180) is known color: Indigo. HEX triplet: 44, 01 and 80. RGB value is (68,1,128). Sum of RGB (Red+Green+Blue) = 68+1+128=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #440180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440180 is #BBFE7F. Grayscale: #232323. Windows color (decimal): -12320384 or 8388932. OLE color: 8388932.

HSL color Cylindrical-coordinate representation of color #440180: hue angle of 271.65º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440180 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 1 128 -
CMYK 0.47 0.99 0 0.50
HSL 271.65º 0.98% 0.25% -
HSV(B) 271.65º 0.99% 0.5% -
XYZ 6.29 2.81 20.63 -
YUV 35.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 68 1 128 0.47 0.99 0 0.50 271.65 0.98 0.25
Hex 44 1 80 2F 63 0 32 110 62 19
Octal 104 1 200 57 143 0 62 420 142 31
Binary 1000100 1 10000000 101111 1100011 0 110010 100010000 1100010 11001

Color Harmonies of #440180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440180

Black with #440180

Text Example


Text Example

White with #440180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440180; }

 p { color: rgb(68,1,128); }

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

background-color css

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

 a { background-color: rgb(68,1,128); }

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

border-color css

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

 span { border-color: rgb(68,1,128); }

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