Html Css Color HEX #440565 Indigo

📋 copy color: '#440565'

red 68 ◦ green 5 ◦ blue 101

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

Shades of Indigo #440565

Tints of Indigo #440565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 101 (39.84% from 255) = 58.05%

R = 39.08%
G = 2.87%
B = 58.05%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#440565 (or 0x440565) is known color: Indigo. HEX triplet: 44, 05 and 65. RGB value is (68,5,101). Sum of RGB (Red+Green+Blue) = 68+5+101=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #440565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440565 is #BBFA9A. Grayscale: #222222. Windows color (decimal): -12319387 or 6620484. OLE color: 6620484.

HSL color Cylindrical-coordinate representation of color #440565: hue angle of 279.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440565 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 5 101 -
CMYK 0.33 0.95 0 0.60
HSL 279.38º 0.91% 0.21% -
HSV(B) 279.38º 0.95% 0.4% -
XYZ 4.79 2.28 12.5 -
YUV 34.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 68 5 101 0.33 0.95 0 0.60 279.38 0.91 0.21
Hex 44 5 65 21 5F 0 3C 117 5B 15
Octal 104 5 145 41 137 0 74 427 133 25
Binary 1000100 101 1100101 100001 1011111 0 111100 100010111 1011011 10101

Color Harmonies of #440565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440565

Black with #440565

Text Example


Text Example

White with #440565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440565; }

 p { color: rgb(68,5,101); }

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

background-color css

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

 a { background-color: rgb(68,5,101); }

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

border-color css

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

 span { border-color: rgb(68,5,101); }

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