Html Css Color HEX #44056F Indigo

📋 copy color: '#44056F'

red 68 ◦ green 5 ◦ blue 111

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

Shades of Indigo #44056F

Tints of Indigo #44056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.33%

R = 36.96%
G = 2.72%
B = 60.33%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#44056F (or 0x44056F) is known color: Indigo. HEX triplet: 44, 05 and 6F. RGB value is (68,5,111). Sum of RGB (Red+Green+Blue) = 68+5+111=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #44056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44056F is #BBFA90. Grayscale: #232323. Windows color (decimal): -12319377 or 7275844. OLE color: 7275844.

HSL color Cylindrical-coordinate representation of color #44056F: hue angle of 275.66º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44056F is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 5 111 -
CMYK 0.39 0.95 0 0.56
HSL 275.66º 0.91% 0.23% -
HSV(B) 275.66º 0.95% 0.44% -
XYZ 5.31 2.49 15.24 -
YUV 35.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 68 5 111 0.39 0.95 0 0.56 275.66 0.91 0.23
Hex 44 5 6F 27 5F 0 38 114 5B 17
Octal 104 5 157 47 137 0 70 424 133 27
Binary 1000100 101 1101111 100111 1011111 0 111000 100010100 1011011 10111

Color Harmonies of #44056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44056F

Black with #44056F

Text Example


Text Example

White with #44056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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