Html Css Color HEX #440BAC Indigo

📋 copy color: '#440BAC'

red 68 ◦ green 11 ◦ blue 172

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

Shades of Indigo #440BAC

Tints of Indigo #440BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.53%

R = 27.09%
G = 4.38%
B = 68.53%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#440BAC (or 0x440BAC) is known color: Indigo. HEX triplet: 44, 0B and AC. RGB value is (68,11,172). Sum of RGB (Red+Green+Blue) = 68+11+172=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #440BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440BAC is #BBF453. Grayscale: #2D2D2D. Windows color (decimal): -12317780 or 11275076. OLE color: 11275076.

HSL color Cylindrical-coordinate representation of color #440BAC: hue angle of 261.24º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440BAC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 11 172 -
CMYK 0.60 0.94 0 0.33
HSL 261.24º 0.88% 0.36% -
HSV(B) 261.24º 0.94% 0.67% -
XYZ 9.95 4.45 39.36 -
YUV 46.4 198.88 143.41 -
System Red Green Blue C M Y K H S L
Decimal 68 11 172 0.60 0.94 0 0.33 261.24 0.88 0.36
Hex 44 B AC 3C 5E 0 21 105 58 24
Octal 104 13 254 74 136 0 41 405 130 44
Binary 1000100 1011 10101100 111100 1011110 0 100001 100000101 1011000 100100

Color Harmonies of #440BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BAC

Black with #440BAC

Text Example


Text Example

White with #440BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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