Html Css Color HEX #441272 Indigo

📋 copy color: '#441272'

red 68 ◦ green 18 ◦ blue 114

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

Shades of Indigo #441272

Tints of Indigo #441272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57%

R = 34%
G = 9%
B = 57%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#441272 (or 0x441272) is known color: Indigo. HEX triplet: 44, 12 and 72. RGB value is (68,18,114). Sum of RGB (Red+Green+Blue) = 68+18+114=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #441272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441272 is #BBED8D. Grayscale: #2B2B2B. Windows color (decimal): -12316046 or 7475780. OLE color: 7475780.

HSL color Cylindrical-coordinate representation of color #441272: hue angle of 271.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441272 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 18 114 -
CMYK 0.40 0.84 0 0.55
HSL 271.25º 0.73% 0.26% -
HSV(B) 271.25º 0.84% 0.45% -
XYZ 5.64 2.88 16.18 -
YUV 43.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 68 18 114 0.40 0.84 0 0.55 271.25 0.73 0.26
Hex 44 12 72 28 54 0 37 10F 49 1A
Octal 104 22 162 50 124 0 67 417 111 32
Binary 1000100 10010 1110010 101000 1010100 0 110111 100001111 1001001 11010

Color Harmonies of #441272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441272

Black with #441272

Text Example


Text Example

White with #441272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441272; }

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

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

background-color css

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

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

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

border-color css

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

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

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