Html Css Color HEX #441297 Indigo

📋 copy color: '#441297'

red 68 ◦ green 18 ◦ blue 151

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

Shades of Indigo #441297

Tints of Indigo #441297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 63.71%

R = 28.69%
G = 7.59%
B = 63.71%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#441297 (or 0x441297) is known color: Indigo. HEX triplet: 44, 12 and 97. RGB value is (68,18,151). Sum of RGB (Red+Green+Blue) = 68+18+151=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #441297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441297 is #BBED68. Grayscale: #2F2F2F. Windows color (decimal): -12316009 or 9900612. OLE color: 9900612.

HSL color Cylindrical-coordinate representation of color #441297: hue angle of 262.56º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441297 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 18 151 -
CMYK 0.55 0.88 0 0.41
HSL 262.56º 0.79% 0.33% -
HSV(B) 262.56º 0.88% 0.59% -
XYZ 8.19 3.9 29.6 -
YUV 48.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 68 18 151 0.55 0.88 0 0.41 262.56 0.79 0.33
Hex 44 12 97 37 58 0 29 107 4F 21
Octal 104 22 227 67 130 0 51 407 117 41
Binary 1000100 10010 10010111 110111 1011000 0 101001 100000111 1001111 100001

Color Harmonies of #441297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441297

Black with #441297

Text Example


Text Example

White with #441297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441297; }

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

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

background-color css

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

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

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

border-color css

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

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

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