Html Css Color HEX #440195 Indigo

📋 copy color: '#440195'

red 68 ◦ green 1 ◦ blue 149

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

Shades of Indigo #440195

Tints of Indigo #440195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 31.19%
G = 0.46%
B = 68.35%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#440195 (or 0x440195) is known color: Indigo. HEX triplet: 44, 01 and 95. RGB value is (68,1,149). Sum of RGB (Red+Green+Blue) = 68+1+149=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #440195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440195 is #BBFE6A. Grayscale: #252525. Windows color (decimal): -12320363 or 9765188. OLE color: 9765188.

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

Color convert

RGB 68 1 149 -
CMYK 0.54 0.99 0 0.42
HSL 267.16º 0.99% 0.29% -
HSV(B) 267.16º 0.99% 0.58% -
XYZ 7.82 3.42 28.68 -
YUV 37.91 190.7 149.47 -
System Red Green Blue C M Y K H S L
Decimal 68 1 149 0.54 0.99 0 0.42 267.16 0.99 0.29
Hex 44 1 95 36 63 0 2A 10B 63 1D
Octal 104 1 225 66 143 0 52 413 143 35
Binary 1000100 1 10010101 110110 1100011 0 101010 100001011 1100011 11101

Color Harmonies of #440195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440195

Black with #440195

Text Example


Text Example

White with #440195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440195; }

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

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

background-color css

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

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

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

border-color css

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

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

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