Html Css Color HEX #44087C Indigo

📋 copy color: '#44087C'

red 68 ◦ green 8 ◦ blue 124

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

Shades of Indigo #44087C

Tints of Indigo #44087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

 BLUE value IS 124 (48.83% from 255) = 62%

R = 34%
G = 4%
B = 62%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44087C (or 0x44087C) is known color: Indigo. HEX triplet: 44, 08 and 7C. RGB value is (68,8,124). Sum of RGB (Red+Green+Blue) = 68+8+124=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #44087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44087C is #BBF783. Grayscale: #262626. Windows color (decimal): -12318596 or 8128580. OLE color: 8128580.

HSL color Cylindrical-coordinate representation of color #44087C: hue angle of 271.03º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44087C is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 8 124 -
CMYK 0.45 0.94 0 0.51
HSL 271.03º 0.88% 0.26% -
HSV(B) 271.03º 0.94% 0.49% -
XYZ 6.11 2.86 19.3 -
YUV 39.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 68 8 124 0.45 0.94 0 0.51 271.03 0.88 0.26
Hex 44 8 7C 2D 5E 0 33 10F 58 1A
Octal 104 10 174 55 136 0 63 417 130 32
Binary 1000100 1000 1111100 101101 1011110 0 110011 100001111 1011000 11010

Color Harmonies of #44087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44087C

Black with #44087C

Text Example


Text Example

White with #44087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,8,124); }

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

background-color css

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

 a { background-color: rgb(68,8,124); }

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

border-color css

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

 span { border-color: rgb(68,8,124); }

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