Html Css Color HEX #440B8D Indigo

📋 copy color: '#440B8D'

red 68 ◦ green 11 ◦ blue 141

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

Shades of Indigo #440B8D

Tints of Indigo #440B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5%

 BLUE value IS 141 (55.47% from 255) = 64.09%

R = 30.91%
G = 5%
B = 64.09%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#440B8D (or 0x440B8D) is known color: Indigo. HEX triplet: 44, 0B and 8D. RGB value is (68,11,141). Sum of RGB (Red+Green+Blue) = 68+11+141=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #440B8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B8D is #BBF472. Grayscale: #2A2A2A. Windows color (decimal): -12317811 or 9243460. OLE color: 9243460.

HSL color Cylindrical-coordinate representation of color #440B8D: hue angle of 266.31º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440B8D is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 11 141 -
CMYK 0.52 0.92 0 0.45
HSL 266.31º 0.86% 0.3% -
HSV(B) 266.31º 0.92% 0.55% -
XYZ 7.31 3.39 25.47 -
YUV 42.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 68 11 141 0.52 0.92 0 0.45 266.31 0.86 0.3
Hex 44 B 8D 34 5C 0 2D 10A 56 1E
Octal 104 13 215 64 134 0 55 412 126 36
Binary 1000100 1011 10001101 110100 1011100 0 101101 100001010 1010110 11110

Color Harmonies of #440B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B8D

Black with #440B8D

Text Example


Text Example

White with #440B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440B8D; }

 p { color: rgb(68,11,141); }

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

background-color css

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

 a { background-color: rgb(68,11,141); }

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

border-color css

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

 span { border-color: rgb(68,11,141); }

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