Html Css Color HEX #440CA1 Indigo

📋 copy color: '#440CA1'

red 68 ◦ green 12 ◦ blue 161

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

Shades of Indigo #440CA1

Tints of Indigo #440CA1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

 BLUE value IS 161 (63.28% from 255) = 66.8%

R = 28.22%
G = 4.98%
B = 66.8%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#440CA1 (or 0x440CA1) is known color: Indigo. HEX triplet: 44, 0C and A1. RGB value is (68,12,161). Sum of RGB (Red+Green+Blue) = 68+12+161=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #440CA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440CA1 is #BBF35E. Grayscale: #2D2D2D. Windows color (decimal): -12317535 or 10554436. OLE color: 10554436.

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

Color convert

RGB 68 12 161 -
CMYK 0.58 0.93 0 0.37
HSL 262.55º 0.86% 0.34% -
HSV(B) 262.55º 0.93% 0.63% -
XYZ 8.95 4.07 34.03 -
YUV 45.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 68 12 161 0.58 0.93 0 0.37 262.55 0.86 0.34
Hex 44 C A1 3A 5D 0 25 107 56 22
Octal 104 14 241 72 135 0 45 407 126 42
Binary 1000100 1100 10100001 111010 1011101 0 100101 100000111 1010110 100010

Color Harmonies of #440CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440CA1

Black with #440CA1

Text Example


Text Example

White with #440CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,12,161); }

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

background-color css

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

 a { background-color: rgb(68,12,161); }

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

border-color css

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

 span { border-color: rgb(68,12,161); }

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