Html Css Color HEX #440B94 Indigo

📋 copy color: '#440B94'

red 68 ◦ green 11 ◦ blue 148

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

Shades of Indigo #440B94

Tints of Indigo #440B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 29.96%
G = 4.85%
B = 65.2%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#440B94 (or 0x440B94) is known color: Indigo. HEX triplet: 44, 0B and 94. RGB value is (68,11,148). Sum of RGB (Red+Green+Blue) = 68+11+148=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #440B94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440B94 is #BBF46B. Grayscale: #2B2B2B. Windows color (decimal): -12317804 or 9702212. OLE color: 9702212.

HSL color Cylindrical-coordinate representation of color #440B94: hue angle of 264.96º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440B94 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 11 148 -
CMYK 0.54 0.93 0 0.42
HSL 264.96º 0.86% 0.31% -
HSV(B) 264.96º 0.93% 0.58% -
XYZ 7.85 3.61 28.3 -
YUV 43.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 68 11 148 0.54 0.93 0 0.42 264.96 0.86 0.31
Hex 44 B 94 36 5D 0 2A 109 56 1F
Octal 104 13 224 66 135 0 52 411 126 37
Binary 1000100 1011 10010100 110110 1011101 0 101010 100001001 1010110 11111

Color Harmonies of #440B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B94

Black with #440B94

Text Example


Text Example

White with #440B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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