Html Css Color HEX #440271 Indigo

📋 copy color: '#440271'

red 68 ◦ green 2 ◦ blue 113

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

Shades of Indigo #440271

Tints of Indigo #440271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 61.75%

R = 37.16%
G = 1.09%
B = 61.75%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440271 (or 0x440271) is known color: Indigo. HEX triplet: 44, 02 and 71. RGB value is (68,2,113). Sum of RGB (Red+Green+Blue) = 68+2+113=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #440271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440271 is #BBFD8E. Grayscale: #222222. Windows color (decimal): -12320143 or 7406148. OLE color: 7406148.

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

Color convert

RGB 68 2 113 -
CMYK 0.40 0.98 0 0.56
HSL 275.68º 0.97% 0.23% -
HSV(B) 275.68º 0.98% 0.44% -
XYZ 5.39 2.46 15.81 -
YUV 34.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 68 2 113 0.40 0.98 0 0.56 275.68 0.97 0.23
Hex 44 2 71 28 62 0 38 114 61 17
Octal 104 2 161 50 142 0 70 424 141 27
Binary 1000100 10 1110001 101000 1100010 0 111000 100010100 1100001 10111

Color Harmonies of #440271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440271

Black with #440271

Text Example


Text Example

White with #440271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440271; }

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

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

background-color css

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

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

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

border-color css

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

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

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