Html Css Color HEX #440795 Indigo

📋 copy color: '#440795'

red 68 ◦ green 7 ◦ blue 149

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

Shades of Indigo #440795

Tints of Indigo #440795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 30.36%
G = 3.13%
B = 66.52%

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

#440795 (or 0x440795) is known color: Indigo. HEX triplet: 44, 07 and 95. RGB value is (68,7,149). Sum of RGB (Red+Green+Blue) = 68+7+149=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #440795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440795 is #BBF86A. Grayscale: #282828. Windows color (decimal): -12318827 or 9766724. OLE color: 9766724.

HSL color Cylindrical-coordinate representation of color #440795: hue angle of 265.77º degrees, saturation: 0.91, 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 #440795 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 7 149 -
CMYK 0.54 0.95 0 0.42
HSL 265.77º 0.91% 0.31% -
HSV(B) 265.77º 0.95% 0.58% -
XYZ 7.88 3.55 28.7 -
YUV 41.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 68 7 149 0.54 0.95 0 0.42 265.77 0.91 0.31
Hex 44 7 95 36 5F 0 2A 10A 5B 1F
Octal 104 7 225 66 137 0 52 412 133 37
Binary 1000100 111 10010101 110110 1011111 0 101010 100001010 1011011 11111

Color Harmonies of #440795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440795

Black with #440795

Text Example


Text Example

White with #440795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440795; }

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

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

background-color css

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

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

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

border-color css

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

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

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