Html Css Color HEX #44036C Indigo

📋 copy color: '#44036C'

red 68 ◦ green 3 ◦ blue 108

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

Shades of Indigo #44036C

Tints of Indigo #44036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.68%

 BLUE value IS 108 (42.58% from 255) = 60.34%

R = 37.99%
G = 1.68%
B = 60.34%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44036C (or 0x44036C) is known color: Indigo. HEX triplet: 44, 03 and 6C. RGB value is (68,3,108). Sum of RGB (Red+Green+Blue) = 68+3+108=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #44036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44036C is #BBFC93. Grayscale: #222222. Windows color (decimal): -12319892 or 7078724. OLE color: 7078724.

HSL color Cylindrical-coordinate representation of color #44036C: hue angle of 277.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44036C is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 3 108 -
CMYK 0.37 0.97 0 0.58
HSL 277.14º 0.95% 0.22% -
HSV(B) 277.14º 0.97% 0.42% -
XYZ 5.12 2.38 14.38 -
YUV 34.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 68 3 108 0.37 0.97 0 0.58 277.14 0.95 0.22
Hex 44 3 6C 25 61 0 3A 115 5F 16
Octal 104 3 154 45 141 0 72 425 137 26
Binary 1000100 11 1101100 100101 1100001 0 111010 100010101 1011111 10110

Color Harmonies of #44036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44036C

Black with #44036C

Text Example


Text Example

White with #44036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44036C; }

 p { color: rgb(68,3,108); }

 H1.HeaderClassName
 {
   color: #44036C;
 }
 .AnyTagClassName
 {
   color: #44036C;
 }
</style>

background-color css

<style>
 a { background-color: #44036C; }

 a { background-color: rgb(68,3,108); }

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

border-color css

<style>
 span { border-color: #44036C; }

 span { border-color: rgb(68,3,108); }

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