Html Css Color HEX #440482 Indigo

📋 copy color: '#440482'

red 68 ◦ green 4 ◦ blue 130

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

Shades of Indigo #440482

Tints of Indigo #440482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.36%

R = 33.66%
G = 1.98%
B = 64.36%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#440482 (or 0x440482) is known color: Indigo. HEX triplet: 44, 04 and 82. RGB value is (68,4,130). Sum of RGB (Red+Green+Blue) = 68+4+130=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #440482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440482 is #BBFB7D. Grayscale: #252525. Windows color (decimal): -12319614 or 8520772. OLE color: 8520772.

HSL color Cylindrical-coordinate representation of color #440482: hue angle of 270.48º 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 #440482 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 4 130 -
CMYK 0.48 0.97 0 0.49
HSL 270.48º 0.94% 0.26% -
HSV(B) 270.48º 0.97% 0.51% -
XYZ 6.46 2.93 21.34 -
YUV 37.5 180.2 149.75 -
System Red Green Blue C M Y K H S L
Decimal 68 4 130 0.48 0.97 0 0.49 270.48 0.94 0.26
Hex 44 4 82 30 61 0 31 10E 5E 1A
Octal 104 4 202 60 141 0 61 416 136 32
Binary 1000100 100 10000010 110000 1100001 0 110001 100001110 1011110 11010

Color Harmonies of #440482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440482

Black with #440482

Text Example


Text Example

White with #440482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440482; }

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

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

background-color css

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

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

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

border-color css

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

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

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