Html Css Color HEX #44049F Indigo

📋 copy color: '#44049F'

red 68 ◦ green 4 ◦ blue 159

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

Shades of Indigo #44049F

Tints of Indigo #44049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 29.44%
G = 1.73%
B = 68.83%

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

#44049F (or 0x44049F) is known color: Indigo. HEX triplet: 44, 04 and 9F. RGB value is (68,4,159). Sum of RGB (Red+Green+Blue) = 68+4+159=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #44049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44049F is #BBFB60. Grayscale: #282828. Windows color (decimal): -12319585 or 10421316. OLE color: 10421316.

HSL color Cylindrical-coordinate representation of color #44049F: hue angle of 264.77º degrees, saturation: 0.95, 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 #44049F is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 4 159 -
CMYK 0.57 0.97 0 0.38
HSL 264.77º 0.95% 0.32% -
HSV(B) 264.77º 0.97% 0.62% -
XYZ 8.69 3.82 33.08 -
YUV 40.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 68 4 159 0.57 0.97 0 0.38 264.77 0.95 0.32
Hex 44 4 9F 39 61 0 26 109 5F 20
Octal 104 4 237 71 141 0 46 411 137 40
Binary 1000100 100 10011111 111001 1100001 0 100110 100001001 1011111 100000

Color Harmonies of #44049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44049F

Black with #44049F

Text Example


Text Example

White with #44049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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