Html Css Color HEX #44028F Indigo

📋 copy color: '#44028F'

red 68 ◦ green 2 ◦ blue 143

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

Shades of Indigo #44028F

Tints of Indigo #44028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 31.92%
G = 0.94%
B = 67.14%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44028F (or 0x44028F) is known color: Indigo. HEX triplet: 44, 02 and 8F. RGB value is (68,2,143). Sum of RGB (Red+Green+Blue) = 68+2+143=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #44028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44028F is #BBFD70. Grayscale: #252525. Windows color (decimal): -12320113 or 9372228. OLE color: 9372228.

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

Color convert

RGB 68 2 143 -
CMYK 0.52 0.99 0 0.44
HSL 268.09º 0.97% 0.28% -
HSV(B) 268.09º 0.99% 0.56% -
XYZ 7.36 3.26 26.23 -
YUV 37.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 68 2 143 0.52 0.99 0 0.44 268.09 0.97 0.28
Hex 44 2 8F 34 63 0 2C 10C 61 1C
Octal 104 2 217 64 143 0 54 414 141 34
Binary 1000100 10 10001111 110100 1100011 0 101100 100001100 1100001 11100

Color Harmonies of #44028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44028F

Black with #44028F

Text Example


Text Example

White with #44028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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