Html Css Color HEX #441284 Indigo

📋 copy color: '#441284'

red 68 ◦ green 18 ◦ blue 132

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

Shades of Indigo #441284

Tints of Indigo #441284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.55%

R = 31.19%
G = 8.26%
B = 60.55%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#441284 (or 0x441284) is known color: Indigo. HEX triplet: 44, 12 and 84. RGB value is (68,18,132). Sum of RGB (Red+Green+Blue) = 68+18+132=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #441284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441284 is #BBED7B. Grayscale: #2D2D2D. Windows color (decimal): -12316028 or 8655428. OLE color: 8655428.

HSL color Cylindrical-coordinate representation of color #441284: hue angle of 266.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441284 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 18 132 -
CMYK 0.48 0.86 0 0.48
HSL 266.32º 0.76% 0.29% -
HSV(B) 266.32º 0.86% 0.52% -
XYZ 6.77 3.33 22.12 -
YUV 45.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 68 18 132 0.48 0.86 0 0.48 266.32 0.76 0.29
Hex 44 12 84 30 56 0 30 10A 4C 1D
Octal 104 22 204 60 126 0 60 412 114 35
Binary 1000100 10010 10000100 110000 1010110 0 110000 100001010 1001100 11101

Color Harmonies of #441284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441284

Black with #441284

Text Example


Text Example

White with #441284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441284; }

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

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

background-color css

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

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

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

border-color css

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

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

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