Html Css Color HEX #440596 Indigo

📋 copy color: '#440596'

red 68 ◦ green 5 ◦ blue 150

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

Shades of Indigo #440596

Tints of Indigo #440596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 30.49%
G = 2.24%
B = 67.26%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#440596 (or 0x440596) is known color: Indigo. HEX triplet: 44, 05 and 96. RGB value is (68,5,150). Sum of RGB (Red+Green+Blue) = 68+5+150=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #440596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440596 is #BBFA69. Grayscale: #272727. Windows color (decimal): -12319338 or 9831748. OLE color: 9831748.

HSL color Cylindrical-coordinate representation of color #440596: hue angle of 266.07º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440596 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 5 150 -
CMYK 0.55 0.97 0 0.41
HSL 266.07º 0.94% 0.3% -
HSV(B) 266.07º 0.97% 0.59% -
XYZ 7.94 3.54 29.12 -
YUV 40.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 68 5 150 0.55 0.97 0 0.41 266.07 0.94 0.3
Hex 44 5 96 37 61 0 29 10A 5E 1E
Octal 104 5 226 67 141 0 51 412 136 36
Binary 1000100 101 10010110 110111 1100001 0 101001 100001010 1011110 11110

Color Harmonies of #440596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440596

Black with #440596

Text Example


Text Example

White with #440596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440596; }

 p { color: rgb(68,5,150); }

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

background-color css

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

 a { background-color: rgb(68,5,150); }

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

border-color css

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

 span { border-color: rgb(68,5,150); }

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