Html Css Color HEX #44028B Indigo

📋 copy color: '#44028B'

red 68 ◦ green 2 ◦ blue 139

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

Shades of Indigo #44028B

Tints of Indigo #44028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.51%

R = 32.54%
G = 0.96%
B = 66.51%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44028B (or 0x44028B) is known color: Indigo. HEX triplet: 44, 02 and 8B. RGB value is (68,2,139). Sum of RGB (Red+Green+Blue) = 68+2+139=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #44028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44028B is #BBFD74. Grayscale: #242424. Windows color (decimal): -12320117 or 9110084. OLE color: 9110084.

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

Color convert

RGB 68 2 139 -
CMYK 0.51 0.99 0 0.45
HSL 268.91º 0.97% 0.28% -
HSV(B) 268.91º 0.99% 0.55% -
XYZ 7.07 3.14 24.66 -
YUV 37.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 68 2 139 0.51 0.99 0 0.45 268.91 0.97 0.28
Hex 44 2 8B 33 63 0 2D 10D 61 1C
Octal 104 2 213 63 143 0 55 415 141 34
Binary 1000100 10 10001011 110011 1100011 0 101101 100001101 1100001 11100

Color Harmonies of #44028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44028B

Black with #44028B

Text Example


Text Example

White with #44028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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