Html Css Color HEX #440188 Indigo

📋 copy color: '#440188'

red 68 ◦ green 1 ◦ blue 136

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

Shades of Indigo #440188

Tints of Indigo #440188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 136 (53.52% from 255) = 66.34%

R = 33.17%
G = 0.49%
B = 66.34%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#440188 (or 0x440188) is known color: Indigo. HEX triplet: 44, 01 and 88. RGB value is (68,1,136). Sum of RGB (Red+Green+Blue) = 68+1+136=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #440188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440188 is #BBFE77. Grayscale: #232323. Windows color (decimal): -12320376 or 8913220. OLE color: 8913220.

HSL color Cylindrical-coordinate representation of color #440188: hue angle of 269.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440188 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 1 136 -
CMYK 0.50 0.99 0 0.47
HSL 269.78º 0.99% 0.27% -
HSV(B) 269.78º 0.99% 0.53% -
XYZ 6.84 3.03 23.52 -
YUV 36.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 68 1 136 0.50 0.99 0 0.47 269.78 0.99 0.27
Hex 44 1 88 32 63 0 2F 10E 63 1B
Octal 104 1 210 62 143 0 57 416 143 33
Binary 1000100 1 10001000 110010 1100011 0 101111 100001110 1100011 11011

Color Harmonies of #440188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440188

Black with #440188

Text Example


Text Example

White with #440188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440188; }

 p { color: rgb(68,1,136); }

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

background-color css

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

 a { background-color: rgb(68,1,136); }

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

border-color css

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

 span { border-color: rgb(68,1,136); }

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