Html Css Color HEX #44046F Indigo

📋 copy color: '#44046F'

red 68 ◦ green 4 ◦ blue 111

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

Shades of Indigo #44046F

Tints of Indigo #44046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.66%

R = 37.16%
G = 2.19%
B = 60.66%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#44046F (or 0x44046F) is known color: Indigo. HEX triplet: 44, 04 and 6F. RGB value is (68,4,111). Sum of RGB (Red+Green+Blue) = 68+4+111=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #44046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44046F is #BBFB90. Grayscale: #222222. Windows color (decimal): -12319633 or 7275588. OLE color: 7275588.

HSL color Cylindrical-coordinate representation of color #44046F: hue angle of 275.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44046F is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 4 111 -
CMYK 0.39 0.96 0 0.56
HSL 275.89º 0.93% 0.23% -
HSV(B) 275.89º 0.96% 0.44% -
XYZ 5.3 2.46 15.24 -
YUV 35.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 68 4 111 0.39 0.96 0 0.56 275.89 0.93 0.23
Hex 44 4 6F 27 60 0 38 114 5D 17
Octal 104 4 157 47 140 0 70 424 135 27
Binary 1000100 100 1101111 100111 1100000 0 111000 100010100 1011101 10111

Color Harmonies of #44046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44046F

Black with #44046F

Text Example


Text Example

White with #44046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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