Html Css Color HEX #440FA0 Indigo

📋 copy color: '#440FA0'

red 68 ◦ green 15 ◦ blue 160

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

Shades of Indigo #440FA0

Tints of Indigo #440FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 65.84%

R = 27.98%
G = 6.17%
B = 65.84%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#440FA0 (or 0x440FA0) is known color: Indigo. HEX triplet: 44, 0F and A0. RGB value is (68,15,160). Sum of RGB (Red+Green+Blue) = 68+15+160=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #440FA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FA0 is #BBF05F. Grayscale: #2E2E2E. Windows color (decimal): -12316768 or 10489668. OLE color: 10489668.

HSL color Cylindrical-coordinate representation of color #440FA0: hue angle of 261.93º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440FA0 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 15 160 -
CMYK 0.57 0.91 0 0.37
HSL 261.93º 0.83% 0.34% -
HSV(B) 261.93º 0.91% 0.63% -
XYZ 8.9 4.11 33.58 -
YUV 47.38 191.56 142.71 -
System Red Green Blue C M Y K H S L
Decimal 68 15 160 0.57 0.91 0 0.37 261.93 0.83 0.34
Hex 44 F A0 39 5B 0 25 106 53 22
Octal 104 17 240 71 133 0 45 406 123 42
Binary 1000100 1111 10100000 111001 1011011 0 100101 100000110 1010011 100010

Color Harmonies of #440FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440FA0

Black with #440FA0

Text Example


Text Example

White with #440FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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