Html Css Color HEX #440082 Indigo

📋 copy color: '#440082'

red 68 ◦ green 0 ◦ blue 130

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

Shades of Indigo #440082

Tints of Indigo #440082

RGB

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

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

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

R = 34.34%
G = 0%
B = 65.66%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#440082 (or 0x440082) is known color: Indigo. HEX triplet: 44, 00 and 82. RGB value is (68,0,130). Sum of RGB (Red+Green+Blue) = 68+0+130=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #440082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440082 is #BBFF7D. Grayscale: #222222. Windows color (decimal): -12320638 or 8519748. OLE color: 8519748.

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

Color convert

RGB 68 0 130 -
CMYK 0.48 1 0 0.49
HSL 271.38º 1% 0.25% -
HSV(B) 271.38º 1% 0.51% -
XYZ 6.41 2.84 21.33 -
YUV 35.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 68 0 130 0.48 1 0 0.49 271.38 1 0.25
Hex 44 0 82 30 64 0 31 10F 64 19
Octal 104 0 202 60 144 0 61 417 144 31
Binary 1000100 0 10000010 110000 1100100 0 110001 100001111 1100100 11001

Color Harmonies of #440082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440082

Black with #440082

Text Example


Text Example

White with #440082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440082; }

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

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

background-color css

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

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

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

border-color css

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

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

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