Html Css Color HEX #44139F Indigo

📋 copy color: '#44139F'

red 68 ◦ green 19 ◦ blue 159

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

Shades of Indigo #44139F

Tints of Indigo #44139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

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

R = 27.64%
G = 7.72%
B = 64.63%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44139F (or 0x44139F) is known color: Indigo. HEX triplet: 44, 13 and 9F. RGB value is (68,19,159). Sum of RGB (Red+Green+Blue) = 68+19+159=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #44139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44139F is #BBEC60. Grayscale: #313131. Windows color (decimal): -12315745 or 10425156. OLE color: 10425156.

HSL color Cylindrical-coordinate representation of color #44139F: hue angle of 261º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44139F is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 19 159 -
CMYK 0.57 0.88 0 0.38
HSL 261º 0.79% 0.35% -
HSV(B) 261º 0.88% 0.62% -
XYZ 8.87 4.2 33.14 -
YUV 49.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 68 19 159 0.57 0.88 0 0.38 261 0.79 0.35
Hex 44 13 9F 39 58 0 26 105 4F 23
Octal 104 23 237 71 130 0 46 405 117 43
Binary 1000100 10011 10011111 111001 1011000 0 100110 100000101 1001111 100011

Color Harmonies of #44139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44139F

Black with #44139F

Text Example


Text Example

White with #44139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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