Html Css Color HEX #44059D Indigo

📋 copy color: '#44059D'

red 68 ◦ green 5 ◦ blue 157

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

Shades of Indigo #44059D

Tints of Indigo #44059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 68.26%

R = 29.57%
G = 2.17%
B = 68.26%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44059D (or 0x44059D) is known color: Indigo. HEX triplet: 44, 05 and 9D. RGB value is (68,5,157). Sum of RGB (Red+Green+Blue) = 68+5+157=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #44059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44059D is #BBFA62. Grayscale: #282828. Windows color (decimal): -12319331 or 10290500. OLE color: 10290500.

HSL color Cylindrical-coordinate representation of color #44059D: hue angle of 264.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44059D is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 5 157 -
CMYK 0.57 0.97 0 0.38
HSL 264.87º 0.94% 0.32% -
HSV(B) 264.87º 0.97% 0.62% -
XYZ 8.52 3.77 32.18 -
YUV 41.17 193.37 147.14 -
System Red Green Blue C M Y K H S L
Decimal 68 5 157 0.57 0.97 0 0.38 264.87 0.94 0.32
Hex 44 5 9D 39 61 0 26 109 5E 20
Octal 104 5 235 71 141 0 46 411 136 40
Binary 1000100 101 10011101 111001 1100001 0 100110 100001001 1011110 100000

Color Harmonies of #44059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44059D

Black with #44059D

Text Example


Text Example

White with #44059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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