Html Css Color HEX #44017D Indigo

📋 copy color: '#44017D'

red 68 ◦ green 1 ◦ blue 125

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

Shades of Indigo #44017D

Tints of Indigo #44017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 35.05%
G = 0.52%
B = 64.43%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44017D (or 0x44017D) is known color: Indigo. HEX triplet: 44, 01 and 7D. RGB value is (68,1,125). Sum of RGB (Red+Green+Blue) = 68+1+125=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #44017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44017D is #BBFE82. Grayscale: #222222. Windows color (decimal): -12320387 or 8192324. OLE color: 8192324.

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

Color convert

RGB 68 1 125 -
CMYK 0.46 0.99 0 0.51
HSL 272.42º 0.98% 0.25% -
HSV(B) 272.42º 0.99% 0.49% -
XYZ 6.1 2.73 19.61 -
YUV 35.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 68 1 125 0.46 0.99 0 0.51 272.42 0.98 0.25
Hex 44 1 7D 2E 63 0 33 110 62 19
Octal 104 1 175 56 143 0 63 420 142 31
Binary 1000100 1 1111101 101110 1100011 0 110011 100010000 1100010 11001

Color Harmonies of #44017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44017D

Black with #44017D

Text Example


Text Example

White with #44017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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