Html Css Color HEX #440BAE Indigo

📋 copy color: '#440BAE'

red 68 ◦ green 11 ◦ blue 174

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

Shades of Indigo #440BAE

Tints of Indigo #440BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 26.88%
G = 4.35%
B = 68.77%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#440BAE (or 0x440BAE) is known color: Indigo. HEX triplet: 44, 0B and AE. RGB value is (68,11,174). Sum of RGB (Red+Green+Blue) = 68+11+174=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #440BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440BAE is #BBF451. Grayscale: #2E2E2E. Windows color (decimal): -12317778 or 11406148. OLE color: 11406148.

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

Color convert

RGB 68 11 174 -
CMYK 0.61 0.94 0 0.32
HSL 260.98º 0.88% 0.36% -
HSV(B) 260.98º 0.94% 0.68% -
XYZ 10.14 4.52 40.38 -
YUV 46.63 199.88 143.25 -
System Red Green Blue C M Y K H S L
Decimal 68 11 174 0.61 0.94 0 0.32 260.98 0.88 0.36
Hex 44 B AE 3D 5E 0 20 105 58 24
Octal 104 13 256 75 136 0 40 405 130 44
Binary 1000100 1011 10101110 111101 1011110 0 100000 100000101 1011000 100100

Color Harmonies of #440BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BAE

Black with #440BAE

Text Example


Text Example

White with #440BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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