Html Css Color HEX #44008C Indigo

📋 copy color: '#44008C'

red 68 ◦ green 0 ◦ blue 140

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

Shades of Indigo #44008C

Tints of Indigo #44008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 67.31%

R = 32.69%
G = 0%
B = 67.31%

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

#44008C (or 0x44008C) is known color: Indigo. HEX triplet: 44, 00 and 8C. RGB value is (68,0,140). Sum of RGB (Red+Green+Blue) = 68+0+140=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #44008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44008C is #BBFF73. Grayscale: #232323. Windows color (decimal): -12320628 or 9175108. OLE color: 9175108.

HSL color Cylindrical-coordinate representation of color #44008C: hue angle of 269.14º 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 #44008C is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 0 140 -
CMYK 0.51 1 0 0.45
HSL 269.14º 1% 0.27% -
HSV(B) 269.14º 1% 0.55% -
XYZ 7.12 3.12 25.04 -
YUV 36.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 68 0 140 0.51 1 0 0.45 269.14 1 0.27
Hex 44 0 8C 33 64 0 2D 10D 64 1B
Octal 104 0 214 63 144 0 55 415 144 33
Binary 1000100 0 10001100 110011 1100100 0 101101 100001101 1100100 11011

Color Harmonies of #44008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44008C

Black with #44008C

Text Example


Text Example

White with #44008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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