Html Css Color HEX #440FA6 Indigo

📋 copy color: '#440FA6'

red 68 ◦ green 15 ◦ blue 166

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

Shades of Indigo #440FA6

Tints of Indigo #440FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 166 (65.23% from 255) = 66.67%

R = 27.31%
G = 6.02%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#440FA6 (or 0x440FA6) is known color: Indigo. HEX triplet: 44, 0F and A6. RGB value is (68,15,166). Sum of RGB (Red+Green+Blue) = 68+15+166=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 166 (65.23% from 255 or 66.67% from 249); Max value from RGB is 166 - color contains mainly: blue. Hex color #440FA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FA6 is #BBF059. Grayscale: #2F2F2F. Windows color (decimal): -12316762 or 10882884. OLE color: 10882884.

HSL color Cylindrical-coordinate representation of color #440FA6: hue angle of 261.06º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440FA6 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 68 15 166 -
CMYK 0.59 0.91 0 0.35
HSL 261.06º 0.83% 0.35% -
HSV(B) 261.06º 0.91% 0.65% -
XYZ 9.44 4.32 36.41 -
YUV 48.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 68 15 166 0.59 0.91 0 0.35 261.06 0.83 0.35
Hex 44 F A6 3B 5B 0 23 105 53 23
Octal 104 17 246 73 133 0 43 405 123 43
Binary 1000100 1111 10100110 111011 1011011 0 100011 100000101 1010011 100011

Color Harmonies of #440FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440FA6

Black with #440FA6

Text Example


Text Example

White with #440FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,15,166); }

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

background-color css

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

 a { background-color: rgb(68,15,166); }

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

border-color css

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

 span { border-color: rgb(68,15,166); }

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