Html Css Color HEX #44008B Indigo

📋 copy color: '#44008B'

red 68 ◦ green 0 ◦ blue 139

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

Shades of Indigo #44008B

Tints of Indigo #44008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.85%
G = 0%
B = 67.15%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44008B (or 0x44008B) is known color: Indigo. HEX triplet: 44, 00 and 8B. RGB value is (68,0,139). Sum of RGB (Red+Green+Blue) = 68+0+139=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #44008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44008B is #BBFF74. Grayscale: #232323. Windows color (decimal): -12320629 or 9109572. OLE color: 9109572.

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

Color convert

RGB 68 0 139 -
CMYK 0.51 1 0 0.45
HSL 269.35º 1% 0.27% -
HSV(B) 269.35º 1% 0.55% -
XYZ 7.04 3.09 24.65 -
YUV 36.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 68 0 139 0.51 1 0 0.45 269.35 1 0.27
Hex 44 0 8B 33 64 0 2D 10D 64 1B
Octal 104 0 213 63 144 0 55 415 144 33
Binary 1000100 0 10001011 110011 1100100 0 101101 100001101 1100100 11011

Color Harmonies of #44008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44008B

Black with #44008B

Text Example


Text Example

White with #44008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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