Html Css Color HEX #44045E Indigo

📋 copy color: '#44045E'

red 68 ◦ green 4 ◦ blue 94

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

Shades of Indigo #44045E

Tints of Indigo #44045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 56.63%

R = 40.96%
G = 2.41%
B = 56.63%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44045E (or 0x44045E) is known color: Indigo. HEX triplet: 44, 04 and 5E. RGB value is (68,4,94). Sum of RGB (Red+Green+Blue) = 68+4+94=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #44045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44045E is #BBFBA1. Grayscale: #212121. Windows color (decimal): -12319650 or 6161476. OLE color: 6161476.

HSL color Cylindrical-coordinate representation of color #44045E: hue angle of 282.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44045E is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 4 94 -
CMYK 0.28 0.96 0 0.63
HSL 282.67º 0.92% 0.19% -
HSV(B) 282.67º 0.96% 0.37% -
XYZ 4.45 2.12 10.77 -
YUV 33.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 68 4 94 0.28 0.96 0 0.63 282.67 0.92 0.19
Hex 44 4 5E 1C 60 0 3F 11B 5C 13
Octal 104 4 136 34 140 0 77 433 134 23
Binary 1000100 100 1011110 11100 1100000 0 111111 100011011 1011100 10011

Color Harmonies of #44045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44045E

Black with #44045E

Text Example


Text Example

White with #44045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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