Html Css Color HEX #44055D Indigo

📋 copy color: '#44055D'

red 68 ◦ green 5 ◦ blue 93

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

Shades of Indigo #44055D

Tints of Indigo #44055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 93 (36.72% from 255) = 56.02%

R = 40.96%
G = 3.01%
B = 56.02%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44055D (or 0x44055D) is known color: Indigo. HEX triplet: 44, 05 and 5D. RGB value is (68,5,93). Sum of RGB (Red+Green+Blue) = 68+5+93=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #44055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44055D is #BBFAA2. Grayscale: #212121. Windows color (decimal): -12319395 or 6096196. OLE color: 6096196.

HSL color Cylindrical-coordinate representation of color #44055D: hue angle of 282.95º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44055D is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 5 93 -
CMYK 0.27 0.95 0 0.64
HSL 282.95º 0.9% 0.19% -
HSV(B) 282.95º 0.95% 0.36% -
XYZ 4.41 2.13 10.53 -
YUV 33.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 68 5 93 0.27 0.95 0 0.64 282.95 0.9 0.19
Hex 44 5 5D 1B 5F 0 40 11B 5A 13
Octal 104 5 135 33 137 0 100 433 132 23
Binary 1000100 101 1011101 11011 1011111 0 1000000 100011011 1011010 10011

Color Harmonies of #44055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44055D

Black with #44055D

Text Example


Text Example

White with #44055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,5,93); }

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

background-color css

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

 a { background-color: rgb(68,5,93); }

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

border-color css

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

 span { border-color: rgb(68,5,93); }

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