Html Css Color HEX #44015B Indigo

📋 copy color: '#44015B'

red 68 ◦ green 1 ◦ blue 91

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

Shades of Indigo #44015B

Tints of Indigo #44015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 56.88%

R = 42.5%
G = 0.63%
B = 56.88%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44015B (or 0x44015B) is known color: Indigo. HEX triplet: 44, 01 and 5B. RGB value is (68,1,91). Sum of RGB (Red+Green+Blue) = 68+1+91=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #44015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44015B is #BBFEA4. Grayscale: #1F1F1F. Windows color (decimal): -12320421 or 5964100. OLE color: 5964100.

HSL color Cylindrical-coordinate representation of color #44015B: hue angle of 284.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44015B is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 1 91 -
CMYK 0.25 0.99 0 0.64
HSL 284.67º 0.98% 0.18% -
HSV(B) 284.67º 0.99% 0.36% -
XYZ 4.28 2.01 10.06 -
YUV 31.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 68 1 91 0.25 0.99 0 0.64 284.67 0.98 0.18
Hex 44 1 5B 19 63 0 40 11D 62 12
Octal 104 1 133 31 143 0 100 435 142 22
Binary 1000100 1 1011011 11001 1100011 0 1000000 100011101 1100010 10010

Color Harmonies of #44015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44015B

Black with #44015B

Text Example


Text Example

White with #44015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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