Html Css Color HEX #440273 Indigo

📋 copy color: '#440273'

red 68 ◦ green 2 ◦ blue 115

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

Shades of Indigo #440273

Tints of Indigo #440273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.16%

R = 36.76%
G = 1.08%
B = 62.16%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440273 (or 0x440273) is known color: Indigo. HEX triplet: 44, 02 and 73. RGB value is (68,2,115). Sum of RGB (Red+Green+Blue) = 68+2+115=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #440273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440273 is #BBFD8C. Grayscale: #222222. Windows color (decimal): -12320141 or 7537220. OLE color: 7537220.

HSL color Cylindrical-coordinate representation of color #440273: hue angle of 275.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440273 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 2 115 -
CMYK 0.41 0.98 0 0.55
HSL 275.04º 0.97% 0.23% -
HSV(B) 275.04º 0.98% 0.45% -
XYZ 5.5 2.51 16.41 -
YUV 34.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 68 2 115 0.41 0.98 0 0.55 275.04 0.97 0.23
Hex 44 2 73 29 62 0 37 113 61 17
Octal 104 2 163 51 142 0 67 423 141 27
Binary 1000100 10 1110011 101001 1100010 0 110111 100010011 1100001 10111

Color Harmonies of #440273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440273

Black with #440273

Text Example


Text Example

White with #440273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440273; }

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

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

background-color css

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

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

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

border-color css

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

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

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