Html Css Color HEX #44047C Indigo

📋 copy color: '#44047C'

red 68 ◦ green 4 ◦ blue 124

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

Shades of Indigo #44047C

Tints of Indigo #44047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.27%

R = 34.69%
G = 2.04%
B = 63.27%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44047C (or 0x44047C) is known color: Indigo. HEX triplet: 44, 04 and 7C. RGB value is (68,4,124). Sum of RGB (Red+Green+Blue) = 68+4+124=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #44047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44047C is #BBFB83. Grayscale: #242424. Windows color (decimal): -12319620 or 8127556. OLE color: 8127556.

HSL color Cylindrical-coordinate representation of color #44047C: hue angle of 272º 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 #44047C is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 4 124 -
CMYK 0.45 0.97 0 0.51
HSL 272º 0.94% 0.25% -
HSV(B) 272º 0.97% 0.49% -
XYZ 6.07 2.77 19.28 -
YUV 36.82 177.2 150.24 -
System Red Green Blue C M Y K H S L
Decimal 68 4 124 0.45 0.97 0 0.51 272 0.94 0.25
Hex 44 4 7C 2D 61 0 33 110 5E 19
Octal 104 4 174 55 141 0 63 420 136 31
Binary 1000100 100 1111100 101101 1100001 0 110011 100010000 1011110 11001

Color Harmonies of #44047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44047C

Black with #44047C

Text Example


Text Example

White with #44047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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