Html Css Color HEX #44107D Indigo

📋 copy color: '#44107D'

red 68 ◦ green 16 ◦ blue 125

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

Shades of Indigo #44107D

Tints of Indigo #44107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

 BLUE value IS 125 (49.22% from 255) = 59.81%

R = 32.54%
G = 7.66%
B = 59.81%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44107D (or 0x44107D) is known color: Indigo. HEX triplet: 44, 10 and 7D. RGB value is (68,16,125). Sum of RGB (Red+Green+Blue) = 68+16+125=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #44107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44107D is #BBEF82. Grayscale: #2B2B2B. Windows color (decimal): -12316547 or 8196164. OLE color: 8196164.

HSL color Cylindrical-coordinate representation of color #44107D: hue angle of 268.62º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44107D is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 16 125 -
CMYK 0.46 0.87 0 0.51
HSL 268.62º 0.77% 0.28% -
HSV(B) 268.62º 0.87% 0.49% -
XYZ 6.27 3.08 19.67 -
YUV 43.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 68 16 125 0.46 0.87 0 0.51 268.62 0.77 0.28
Hex 44 10 7D 2E 57 0 33 10D 4D 1C
Octal 104 20 175 56 127 0 63 415 115 34
Binary 1000100 10000 1111101 101110 1010111 0 110011 100001101 1001101 11100

Color Harmonies of #44107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44107D

Black with #44107D

Text Example


Text Example

White with #44107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44107D; }

 p { color: rgb(68,16,125); }

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

background-color css

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

 a { background-color: rgb(68,16,125); }

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

border-color css

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

 span { border-color: rgb(68,16,125); }

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