Html Css Color HEX #440782 Indigo

📋 copy color: '#440782'

red 68 ◦ green 7 ◦ blue 130

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

Shades of Indigo #440782

Tints of Indigo #440782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 33.17%
G = 3.41%
B = 63.41%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#440782 (or 0x440782) is known color: Indigo. HEX triplet: 44, 07 and 82. RGB value is (68,7,130). Sum of RGB (Red+Green+Blue) = 68+7+130=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #440782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440782 is #BBF87D. Grayscale: #262626. Windows color (decimal): -12318846 or 8521540. OLE color: 8521540.

HSL color Cylindrical-coordinate representation of color #440782: hue angle of 269.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440782 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 7 130 -
CMYK 0.48 0.95 0 0.49
HSL 269.76º 0.9% 0.27% -
HSV(B) 269.76º 0.95% 0.51% -
XYZ 6.49 2.99 21.35 -
YUV 39.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 68 7 130 0.48 0.95 0 0.49 269.76 0.9 0.27
Hex 44 7 82 30 5F 0 31 10E 5A 1B
Octal 104 7 202 60 137 0 61 416 132 33
Binary 1000100 111 10000010 110000 1011111 0 110001 100001110 1011010 11011

Color Harmonies of #440782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440782

Black with #440782

Text Example


Text Example

White with #440782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440782; }

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

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

background-color css

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

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

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

border-color css

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

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

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