Html Css Color HEX #440595 Indigo

📋 copy color: '#440595'

red 68 ◦ green 5 ◦ blue 149

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

Shades of Indigo #440595

Tints of Indigo #440595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.12%

R = 30.63%
G = 2.25%
B = 67.12%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#440595 (or 0x440595) is known color: Indigo. HEX triplet: 44, 05 and 95. RGB value is (68,5,149). Sum of RGB (Red+Green+Blue) = 68+5+149=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #440595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440595 is #BBFA6A. Grayscale: #272727. Windows color (decimal): -12319339 or 9766212. OLE color: 9766212.

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

Color convert

RGB 68 5 149 -
CMYK 0.54 0.97 0 0.42
HSL 266.25º 0.94% 0.3% -
HSV(B) 266.25º 0.97% 0.58% -
XYZ 7.86 3.51 28.7 -
YUV 40.25 189.37 147.79 -
System Red Green Blue C M Y K H S L
Decimal 68 5 149 0.54 0.97 0 0.42 266.25 0.94 0.3
Hex 44 5 95 36 61 0 2A 10A 5E 1E
Octal 104 5 225 66 141 0 52 412 136 36
Binary 1000100 101 10010101 110110 1100001 0 101010 100001010 1011110 11110

Color Harmonies of #440595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440595

Black with #440595

Text Example


Text Example

White with #440595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440595; }

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

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

background-color css

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

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

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

border-color css

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

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

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