Html Css Color HEX #440192 Indigo

📋 copy color: '#440192'

red 68 ◦ green 1 ◦ blue 146

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

Shades of Indigo #440192

Tints of Indigo #440192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.91%

R = 31.63%
G = 0.47%
B = 67.91%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#440192 (or 0x440192) is known color: Indigo. HEX triplet: 44, 01 and 92. RGB value is (68,1,146). Sum of RGB (Red+Green+Blue) = 68+1+146=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #440192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440192 is #BBFE6D. Grayscale: #252525. Windows color (decimal): -12320366 or 9568580. OLE color: 9568580.

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

Color convert

RGB 68 1 146 -
CMYK 0.53 0.99 0 0.43
HSL 267.72º 0.99% 0.29% -
HSV(B) 267.72º 0.99% 0.57% -
XYZ 7.58 3.33 27.44 -
YUV 37.56 189.2 149.71 -
System Red Green Blue C M Y K H S L
Decimal 68 1 146 0.53 0.99 0 0.43 267.72 0.99 0.29
Hex 44 1 92 35 63 0 2B 10C 63 1D
Octal 104 1 222 65 143 0 53 414 143 35
Binary 1000100 1 10010010 110101 1100011 0 101011 100001100 1100011 11101

Color Harmonies of #440192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440192

Black with #440192

Text Example


Text Example

White with #440192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440192; }

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

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

background-color css

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

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

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

border-color css

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

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

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