Html Css Color HEX #440484 Indigo

📋 copy color: '#440484'

red 68 ◦ green 4 ◦ blue 132

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

Shades of Indigo #440484

Tints of Indigo #440484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 64.71%

R = 33.33%
G = 1.96%
B = 64.71%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#440484 (or 0x440484) is known color: Indigo. HEX triplet: 44, 04 and 84. RGB value is (68,4,132). Sum of RGB (Red+Green+Blue) = 68+4+132=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #440484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440484 is #BBFB7B. Grayscale: #252525. Windows color (decimal): -12319612 or 8651844. OLE color: 8651844.

HSL color Cylindrical-coordinate representation of color #440484: hue angle of 270º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440484 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 4 132 -
CMYK 0.48 0.97 0 0.48
HSL 270º 0.94% 0.27% -
HSV(B) 270º 0.97% 0.52% -
XYZ 6.59 2.98 22.06 -
YUV 37.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 68 4 132 0.48 0.97 0 0.48 270 0.94 0.27
Hex 44 4 84 30 61 0 30 10E 5E 1B
Octal 104 4 204 60 141 0 60 416 136 33
Binary 1000100 100 10000100 110000 1100001 0 110000 100001110 1011110 11011

Color Harmonies of #440484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440484

Black with #440484

Text Example


Text Example

White with #440484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440484; }

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

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

background-color css

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

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

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

border-color css

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

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

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