Html Css Color HEX #44047E Indigo

📋 copy color: '#44047E'

red 68 ◦ green 4 ◦ blue 126

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

Shades of Indigo #44047E

Tints of Indigo #44047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 63.64%

R = 34.34%
G = 2.02%
B = 63.64%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44047E (or 0x44047E) is known color: Indigo. HEX triplet: 44, 04 and 7E. RGB value is (68,4,126). Sum of RGB (Red+Green+Blue) = 68+4+126=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #44047E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44047E is #BBFB81. Grayscale: #242424. Windows color (decimal): -12319618 or 8258628. OLE color: 8258628.

HSL color Cylindrical-coordinate representation of color #44047E: hue angle of 271.48º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44047E is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 4 126 -
CMYK 0.46 0.97 0 0.51
HSL 271.48º 0.94% 0.25% -
HSV(B) 271.48º 0.97% 0.49% -
XYZ 6.19 2.82 19.96 -
YUV 37.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 68 4 126 0.46 0.97 0 0.51 271.48 0.94 0.25
Hex 44 4 7E 2E 61 0 33 10F 5E 19
Octal 104 4 176 56 141 0 63 417 136 31
Binary 1000100 100 1111110 101110 1100001 0 110011 100001111 1011110 11001

Color Harmonies of #44047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44047E

Black with #44047E

Text Example


Text Example

White with #44047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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