Html Css Color HEX #440461 Indigo

📋 copy color: '#440461'

red 68 ◦ green 4 ◦ blue 97

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

Shades of Indigo #440461

Tints of Indigo #440461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

 BLUE value IS 97 (38.28% from 255) = 57.4%

R = 40.24%
G = 2.37%
B = 57.4%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440461 (or 0x440461) is known color: Indigo. HEX triplet: 44, 04 and 61. RGB value is (68,4,97). Sum of RGB (Red+Green+Blue) = 68+4+97=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #440461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440461 is #BBFB9E. Grayscale: #212121. Windows color (decimal): -12319647 or 6358084. OLE color: 6358084.

HSL color Cylindrical-coordinate representation of color #440461: hue angle of 281.29º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440461 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 4 97 -
CMYK 0.30 0.96 0 0.62
HSL 281.29º 0.92% 0.2% -
HSV(B) 281.29º 0.96% 0.38% -
XYZ 4.58 2.18 11.49 -
YUV 33.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 68 4 97 0.30 0.96 0 0.62 281.29 0.92 0.2
Hex 44 4 61 1E 60 0 3E 119 5C 14
Octal 104 4 141 36 140 0 76 431 134 24
Binary 1000100 100 1100001 11110 1100000 0 111110 100011001 1011100 10100

Color Harmonies of #440461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440461

Black with #440461

Text Example


Text Example

White with #440461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440461; }

 p { color: rgb(68,4,97); }

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

background-color css

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

 a { background-color: rgb(68,4,97); }

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

border-color css

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

 span { border-color: rgb(68,4,97); }

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