Html Css Color HEX #44007F Indigo

📋 copy color: '#44007F'

red 68 ◦ green 0 ◦ blue 127

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

Shades of Indigo #44007F

Tints of Indigo #44007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 65.13%

R = 34.87%
G = 0%
B = 65.13%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44007F (or 0x44007F) is known color: Indigo. HEX triplet: 44, 00 and 7F. RGB value is (68,0,127). Sum of RGB (Red+Green+Blue) = 68+0+127=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #44007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44007F is #BBFF80. Grayscale: #222222. Windows color (decimal): -12320641 or 8323140. OLE color: 8323140.

HSL color Cylindrical-coordinate representation of color #44007F: hue angle of 272.13º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44007F is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 0 127 -
CMYK 0.46 1 0 0.50
HSL 272.13º 1% 0.25% -
HSV(B) 272.13º 1% 0.5% -
XYZ 6.21 2.76 20.28 -
YUV 34.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 68 0 127 0.46 1 0 0.50 272.13 1 0.25
Hex 44 0 7F 2E 64 0 32 110 64 19
Octal 104 0 177 56 144 0 62 420 144 31
Binary 1000100 0 1111111 101110 1100100 0 110010 100010000 1100100 11001

Color Harmonies of #44007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44007F

Black with #44007F

Text Example


Text Example

White with #44007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44007F; }

 p { color: rgb(68,0,127); }

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

background-color css

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

 a { background-color: rgb(68,0,127); }

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

border-color css

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

 span { border-color: rgb(68,0,127); }

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