Html Css Color HEX #440865 Indigo

📋 copy color: '#440865'

red 68 ◦ green 8 ◦ blue 101

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

Shades of Indigo #440865

Tints of Indigo #440865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.52%

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

R = 38.42%
G = 4.52%
B = 57.06%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#440865 (or 0x440865) is known color: Indigo. HEX triplet: 44, 08 and 65. RGB value is (68,8,101). Sum of RGB (Red+Green+Blue) = 68+8+101=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #440865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440865 is #BBF79A. Grayscale: #242424. Windows color (decimal): -12318619 or 6621252. OLE color: 6621252.

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

Color convert

RGB 68 8 101 -
CMYK 0.33 0.92 0 0.60
HSL 278.71º 0.85% 0.21% -
HSV(B) 278.71º 0.92% 0.4% -
XYZ 4.82 2.34 12.51 -
YUV 36.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 68 8 101 0.33 0.92 0 0.60 278.71 0.85 0.21
Hex 44 8 65 21 5C 0 3C 117 55 15
Octal 104 10 145 41 134 0 74 427 125 25
Binary 1000100 1000 1100101 100001 1011100 0 111100 100010111 1010101 10101

Color Harmonies of #440865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440865

Black with #440865

Text Example


Text Example

White with #440865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440865; }

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

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

background-color css

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

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

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

border-color css

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

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

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