Html Css Color HEX #440365 Indigo

📋 copy color: '#440365'

red 68 ◦ green 3 ◦ blue 101

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

Shades of Indigo #440365

Tints of Indigo #440365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

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

R = 39.53%
G = 1.74%
B = 58.72%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#440365 (or 0x440365) is known color: Indigo. HEX triplet: 44, 03 and 65. RGB value is (68,3,101). Sum of RGB (Red+Green+Blue) = 68+3+101=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #440365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440365 is #BBFC9A. Grayscale: #212121. Windows color (decimal): -12319899 or 6619972. OLE color: 6619972.

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

Color convert

RGB 68 3 101 -
CMYK 0.33 0.97 0 0.60
HSL 279.8º 0.94% 0.2% -
HSV(B) 279.8º 0.97% 0.4% -
XYZ 4.77 2.23 12.49 -
YUV 33.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 68 3 101 0.33 0.97 0 0.60 279.8 0.94 0.2
Hex 44 3 65 21 61 0 3C 118 5E 14
Octal 104 3 145 41 141 0 74 430 136 24
Binary 1000100 11 1100101 100001 1100001 0 111100 100011000 1011110 10100

Color Harmonies of #440365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440365

Black with #440365

Text Example


Text Example

White with #440365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440365; }

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

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

background-color css

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

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

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

border-color css

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

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

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