Html Css Color HEX #440297 Indigo

📋 copy color: '#440297'

red 68 ◦ green 2 ◦ blue 151

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

Shades of Indigo #440297

Tints of Indigo #440297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 30.77%
G = 0.9%
B = 68.33%

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

#440297 (or 0x440297) is known color: Indigo. HEX triplet: 44, 02 and 97. RGB value is (68,2,151). Sum of RGB (Red+Green+Blue) = 68+2+151=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #440297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440297 is #BBFD68. Grayscale: #262626. Windows color (decimal): -12320105 or 9896516. OLE color: 9896516.

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

Color convert

RGB 68 2 151 -
CMYK 0.55 0.99 0 0.41
HSL 266.58º 0.97% 0.3% -
HSV(B) 266.58º 0.99% 0.59% -
XYZ 7.99 3.51 29.53 -
YUV 38.72 191.37 148.88 -
System Red Green Blue C M Y K H S L
Decimal 68 2 151 0.55 0.99 0 0.41 266.58 0.97 0.3
Hex 44 2 97 37 63 0 29 10B 61 1E
Octal 104 2 227 67 143 0 51 413 141 36
Binary 1000100 10 10010111 110111 1100011 0 101001 100001011 1100001 11110

Color Harmonies of #440297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440297

Black with #440297

Text Example


Text Example

White with #440297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440297; }

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

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

background-color css

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

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

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

border-color css

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

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

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