Html Css Color HEX #440272 Indigo

📋 copy color: '#440272'

red 68 ◦ green 2 ◦ blue 114

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

Shades of Indigo #440272

Tints of Indigo #440272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 61.96%

R = 36.96%
G = 1.09%
B = 61.96%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440272 (or 0x440272) is known color: Indigo. HEX triplet: 44, 02 and 72. RGB value is (68,2,114). Sum of RGB (Red+Green+Blue) = 68+2+114=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #440272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440272 is #BBFD8D. Grayscale: #222222. Windows color (decimal): -12320142 or 7471684. OLE color: 7471684.

HSL color Cylindrical-coordinate representation of color #440272: hue angle of 275.36º 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 #440272 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 2 114 -
CMYK 0.40 0.98 0 0.55
HSL 275.36º 0.97% 0.23% -
HSV(B) 275.36º 0.98% 0.45% -
XYZ 5.44 2.49 16.11 -
YUV 34.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 68 2 114 0.40 0.98 0 0.55 275.36 0.97 0.23
Hex 44 2 72 28 62 0 37 113 61 17
Octal 104 2 162 50 142 0 67 423 141 27
Binary 1000100 10 1110010 101000 1100010 0 110111 100010011 1100001 10111

Color Harmonies of #440272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440272

Black with #440272

Text Example


Text Example

White with #440272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440272; }

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

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

background-color css

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

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

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

border-color css

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

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

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