Html Css Color HEX #440065 Indigo

📋 copy color: '#440065'

red 68 ◦ green 0 ◦ blue 101

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

Shades of Indigo #440065

Tints of Indigo #440065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.24%
G = 0%
B = 59.76%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#440065 (or 0x440065) is known color: Indigo. HEX triplet: 44, 00 and 65. RGB value is (68,0,101). Sum of RGB (Red+Green+Blue) = 68+0+101=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #440065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440065 is #BBFF9A. Grayscale: #1F1F1F. Windows color (decimal): -12320667 or 6619204. OLE color: 6619204.

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

Color convert

RGB 68 0 101 -
CMYK 0.33 1 0 0.60
HSL 280.4º 1% 0.2% -
HSV(B) 280.4º 1% 0.4% -
XYZ 4.73 2.17 12.48 -
YUV 31.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 68 0 101 0.33 1 0 0.60 280.4 1 0.2
Hex 44 0 65 21 64 0 3C 118 64 14
Octal 104 0 145 41 144 0 74 430 144 24
Binary 1000100 0 1100101 100001 1100100 0 111100 100011000 1100100 10100

Color Harmonies of #440065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440065

Black with #440065

Text Example


Text Example

White with #440065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440065; }

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

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

background-color css

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

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

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

border-color css

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

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

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