Html Css Color HEX #440C74 Indigo

📋 copy color: '#440C74'

red 68 ◦ green 12 ◦ blue 116

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

Shades of Indigo #440C74

Tints of Indigo #440C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.18%

R = 34.69%
G = 6.12%
B = 59.18%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440C74 (or 0x440C74) is known color: Indigo. HEX triplet: 44, 0C and 74. RGB value is (68,12,116). Sum of RGB (Red+Green+Blue) = 68+12+116=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #440C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C74 is #BBF38B. Grayscale: #282828. Windows color (decimal): -12317580 or 7605316. OLE color: 7605316.

HSL color Cylindrical-coordinate representation of color #440C74: hue angle of 272.31º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440C74 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 12 116 -
CMYK 0.41 0.90 0 0.55
HSL 272.31º 0.81% 0.25% -
HSV(B) 272.31º 0.9% 0.45% -
XYZ 5.67 2.75 16.76 -
YUV 40.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 68 12 116 0.41 0.90 0 0.55 272.31 0.81 0.25
Hex 44 C 74 29 5A 0 37 110 51 19
Octal 104 14 164 51 132 0 67 420 121 31
Binary 1000100 1100 1110100 101001 1011010 0 110111 100010000 1010001 11001

Color Harmonies of #440C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C74

Black with #440C74

Text Example


Text Example

White with #440C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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