Html Css Color HEX #440B8E Indigo

📋 copy color: '#440B8E'

red 68 ◦ green 11 ◦ blue 142

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

Shades of Indigo #440B8E

Tints of Indigo #440B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.25%

R = 30.77%
G = 4.98%
B = 64.25%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#440B8E (or 0x440B8E) is known color: Indigo. HEX triplet: 44, 0B and 8E. RGB value is (68,11,142). Sum of RGB (Red+Green+Blue) = 68+11+142=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #440B8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B8E is #BBF471. Grayscale: #2A2A2A. Windows color (decimal): -12317810 or 9308996. OLE color: 9308996.

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

Color convert

RGB 68 11 142 -
CMYK 0.52 0.92 0 0.44
HSL 266.11º 0.86% 0.3% -
HSV(B) 266.11º 0.92% 0.56% -
XYZ 7.39 3.42 25.86 -
YUV 42.98 183.88 145.85 -
System Red Green Blue C M Y K H S L
Decimal 68 11 142 0.52 0.92 0 0.44 266.11 0.86 0.3
Hex 44 B 8E 34 5C 0 2C 10A 56 1E
Octal 104 13 216 64 134 0 54 412 126 36
Binary 1000100 1011 10001110 110100 1011100 0 101100 100001010 1010110 11110

Color Harmonies of #440B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B8E

Black with #440B8E

Text Example


Text Example

White with #440B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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