Html Css Color HEX #441274 Indigo

📋 copy color: '#441274'

red 68 ◦ green 18 ◦ blue 116

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

Shades of Indigo #441274

Tints of Indigo #441274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.43%

R = 33.66%
G = 8.91%
B = 57.43%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#441274 (or 0x441274) is known color: Indigo. HEX triplet: 44, 12 and 74. RGB value is (68,18,116). Sum of RGB (Red+Green+Blue) = 68+18+116=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #441274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441274 is #BBED8B. Grayscale: #2B2B2B. Windows color (decimal): -12316044 or 7606852. OLE color: 7606852.

HSL color Cylindrical-coordinate representation of color #441274: hue angle of 270.61º 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 #441274 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 18 116 -
CMYK 0.41 0.84 0 0.55
HSL 270.61º 0.73% 0.26% -
HSV(B) 270.61º 0.84% 0.45% -
XYZ 5.75 2.92 16.78 -
YUV 44.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 68 18 116 0.41 0.84 0 0.55 270.61 0.73 0.26
Hex 44 12 74 29 54 0 37 10F 49 1A
Octal 104 22 164 51 124 0 67 417 111 32
Binary 1000100 10010 1110100 101001 1010100 0 110111 100001111 1001001 11010

Color Harmonies of #441274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441274

Black with #441274

Text Example


Text Example

White with #441274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441274; }

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

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

background-color css

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

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

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

border-color css

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

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

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