Html Css Color HEX #440197 Indigo

📋 copy color: '#440197'

red 68 ◦ green 1 ◦ blue 151

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

Shades of Indigo #440197

Tints of Indigo #440197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 30.91%
G = 0.45%
B = 68.64%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#440197 (or 0x440197) is known color: Indigo. HEX triplet: 44, 01 and 97. RGB value is (68,1,151). Sum of RGB (Red+Green+Blue) = 68+1+151=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #440197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440197 is #BBFE68. Grayscale: #252525. Windows color (decimal): -12320361 or 9896260. OLE color: 9896260.

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

Color convert

RGB 68 1 151 -
CMYK 0.55 0.99 0 0.41
HSL 266.8º 0.99% 0.3% -
HSV(B) 266.8º 0.99% 0.59% -
XYZ 7.98 3.49 29.53 -
YUV 38.13 191.7 149.3 -
System Red Green Blue C M Y K H S L
Decimal 68 1 151 0.55 0.99 0 0.41 266.8 0.99 0.3
Hex 44 1 97 37 63 0 29 10B 63 1E
Octal 104 1 227 67 143 0 51 413 143 36
Binary 1000100 1 10010111 110111 1100011 0 101001 100001011 1100011 11110

Color Harmonies of #440197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440197

Black with #440197

Text Example


Text Example

White with #440197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440197; }

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

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

background-color css

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

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

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

border-color css

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

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

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