Html Css Color HEX #44055F Indigo

📋 copy color: '#44055F'

red 68 ◦ green 5 ◦ blue 95

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

Shades of Indigo #44055F

Tints of Indigo #44055F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.55%

R = 40.48%
G = 2.98%
B = 56.55%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44055F (or 0x44055F) is known color: Indigo. HEX triplet: 44, 05 and 5F. RGB value is (68,5,95). Sum of RGB (Red+Green+Blue) = 68+5+95=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #44055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44055F is #BBFAA0. Grayscale: #212121. Windows color (decimal): -12319393 or 6227268. OLE color: 6227268.

HSL color Cylindrical-coordinate representation of color #44055F: hue angle of 282º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44055F is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 5 95 -
CMYK 0.28 0.95 0 0.63
HSL 282º 0.9% 0.2% -
HSV(B) 282º 0.95% 0.37% -
XYZ 4.5 2.16 11.01 -
YUV 34.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 68 5 95 0.28 0.95 0 0.63 282 0.9 0.2
Hex 44 5 5F 1C 5F 0 3F 11A 5A 14
Octal 104 5 137 34 137 0 77 432 132 24
Binary 1000100 101 1011111 11100 1011111 0 111111 100011010 1011010 10100

Color Harmonies of #44055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44055F

Black with #44055F

Text Example


Text Example

White with #44055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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