Html Css Color HEX #44048F Indigo

📋 copy color: '#44048F'

red 68 ◦ green 4 ◦ blue 143

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

Shades of Indigo #44048F

Tints of Indigo #44048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 143 (56.25% from 255) = 66.51%

R = 31.63%
G = 1.86%
B = 66.51%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44048F (or 0x44048F) is known color: Indigo. HEX triplet: 44, 04 and 8F. RGB value is (68,4,143). Sum of RGB (Red+Green+Blue) = 68+4+143=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #44048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44048F is #BBFB70. Grayscale: #262626. Windows color (decimal): -12319601 or 9372740. OLE color: 9372740.

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

Color convert

RGB 68 4 143 -
CMYK 0.52 0.97 0 0.44
HSL 267.63º 0.95% 0.29% -
HSV(B) 267.63º 0.97% 0.56% -
XYZ 7.39 3.3 26.23 -
YUV 38.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 68 4 143 0.52 0.97 0 0.44 267.63 0.95 0.29
Hex 44 4 8F 34 61 0 2C 10C 5F 1D
Octal 104 4 217 64 141 0 54 414 137 35
Binary 1000100 100 10001111 110100 1100001 0 101100 100001100 1011111 11101

Color Harmonies of #44048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44048F

Black with #44048F

Text Example


Text Example

White with #44048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,4,143); }

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

background-color css

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

 a { background-color: rgb(68,4,143); }

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

border-color css

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

 span { border-color: rgb(68,4,143); }

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