Html Css Color HEX #44128D Indigo

📋 copy color: '#44128D'

red 68 ◦ green 18 ◦ blue 141

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

Shades of Indigo #44128D

Tints of Indigo #44128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

 BLUE value IS 141 (55.47% from 255) = 62.11%

R = 29.96%
G = 7.93%
B = 62.11%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44128D (or 0x44128D) is known color: Indigo. HEX triplet: 44, 12 and 8D. RGB value is (68,18,141). Sum of RGB (Red+Green+Blue) = 68+18+141=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #44128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44128D is #BBED72. Grayscale: #2E2E2E. Windows color (decimal): -12316019 or 9245252. OLE color: 9245252.

HSL color Cylindrical-coordinate representation of color #44128D: hue angle of 264.39º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44128D is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 18 141 -
CMYK 0.52 0.87 0 0.45
HSL 264.39º 0.77% 0.31% -
HSV(B) 264.39º 0.87% 0.55% -
XYZ 7.41 3.58 25.5 -
YUV 46.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 68 18 141 0.52 0.87 0 0.45 264.39 0.77 0.31
Hex 44 12 8D 34 57 0 2D 108 4D 1F
Octal 104 22 215 64 127 0 55 410 115 37
Binary 1000100 10010 10001101 110100 1010111 0 101101 100001000 1001101 11111

Color Harmonies of #44128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44128D

Black with #44128D

Text Example


Text Example

White with #44128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44128D; }

 p { color: rgb(68,18,141); }

 H1.HeaderClassName
 {
   color: #44128D;
 }
 .AnyTagClassName
 {
   color: #44128D;
 }
</style>

background-color css

<style>
 a { background-color: #44128D; }

 a { background-color: rgb(68,18,141); }

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

border-color css

<style>
 span { border-color: #44128D; }

 span { border-color: rgb(68,18,141); }

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