Html Css Color HEX #44058F Indigo

📋 copy color: '#44058F'

red 68 ◦ green 5 ◦ blue 143

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

Shades of Indigo #44058F

Tints of Indigo #44058F

RGB

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

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

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

R = 31.48%
G = 2.31%
B = 66.2%

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

#44058F (or 0x44058F) is known color: Indigo. HEX triplet: 44, 05 and 8F. RGB value is (68,5,143). Sum of RGB (Red+Green+Blue) = 68+5+143=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 143 (56.25% from 255 or 66.20% from 216); Max value from RGB is 143 - color contains mainly: blue. Hex color #44058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44058F is #BBFA70. Grayscale: #272727. Windows color (decimal): -12319345 or 9372996. OLE color: 9372996.

HSL color Cylindrical-coordinate representation of color #44058F: hue angle of 267.39º degrees, saturation: 0.93, 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 #44058F is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 5 143 -
CMYK 0.52 0.97 0 0.44
HSL 267.39º 0.93% 0.29% -
HSV(B) 267.39º 0.97% 0.56% -
XYZ 7.4 3.32 26.24 -
YUV 39.57 186.37 148.28 -
System Red Green Blue C M Y K H S L
Decimal 68 5 143 0.52 0.97 0 0.44 267.39 0.93 0.29
Hex 44 5 8F 34 61 0 2C 10B 5D 1D
Octal 104 5 217 64 141 0 54 413 135 35
Binary 1000100 101 10001111 110100 1100001 0 101100 100001011 1011101 11101

Color Harmonies of #44058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44058F

Black with #44058F

Text Example


Text Example

White with #44058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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