Html Css Color HEX #440895 Indigo

📋 copy color: '#440895'

red 68 ◦ green 8 ◦ blue 149

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

Shades of Indigo #440895

Tints of Indigo #440895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 30.22%
G = 3.56%
B = 66.22%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#440895 (or 0x440895) is known color: Indigo. HEX triplet: 44, 08 and 95. RGB value is (68,8,149). Sum of RGB (Red+Green+Blue) = 68+8+149=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #440895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440895 is #BBF76A. Grayscale: #292929. Windows color (decimal): -12318571 or 9766980. OLE color: 9766980.

HSL color Cylindrical-coordinate representation of color #440895: hue angle of 265.53º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440895 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 8 149 -
CMYK 0.54 0.95 0 0.42
HSL 265.53º 0.9% 0.31% -
HSV(B) 265.53º 0.95% 0.58% -
XYZ 7.9 3.57 28.71 -
YUV 42.01 188.38 146.54 -
System Red Green Blue C M Y K H S L
Decimal 68 8 149 0.54 0.95 0 0.42 265.53 0.9 0.31
Hex 44 8 95 36 5F 0 2A 10A 5A 1F
Octal 104 10 225 66 137 0 52 412 132 37
Binary 1000100 1000 10010101 110110 1011111 0 101010 100001010 1011010 11111

Color Harmonies of #440895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440895

Black with #440895

Text Example


Text Example

White with #440895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440895; }

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

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

background-color css

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

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

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

border-color css

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

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

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