Html Css Color HEX #440592 Indigo

📋 copy color: '#440592'

red 68 ◦ green 5 ◦ blue 146

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

Shades of Indigo #440592

Tints of Indigo #440592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 66.67%

R = 31.05%
G = 2.28%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#440592 (or 0x440592) is known color: Indigo. HEX triplet: 44, 05 and 92. RGB value is (68,5,146). Sum of RGB (Red+Green+Blue) = 68+5+146=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #440592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440592 is #BBFA6D. Grayscale: #272727. Windows color (decimal): -12319342 or 9569604. OLE color: 9569604.

HSL color Cylindrical-coordinate representation of color #440592: hue angle of 266.81º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440592 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 5 146 -
CMYK 0.53 0.97 0 0.43
HSL 266.81º 0.93% 0.3% -
HSV(B) 266.81º 0.97% 0.57% -
XYZ 7.63 3.41 27.45 -
YUV 39.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 68 5 146 0.53 0.97 0 0.43 266.81 0.93 0.3
Hex 44 5 92 35 61 0 2B 10B 5D 1E
Octal 104 5 222 65 141 0 53 413 135 36
Binary 1000100 101 10010010 110101 1100001 0 101011 100001011 1011101 11110

Color Harmonies of #440592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440592

Black with #440592

Text Example


Text Example

White with #440592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440592; }

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

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

background-color css

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

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

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

border-color css

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

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

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