Html Css Color HEX #440392 Indigo

📋 copy color: '#440392'

red 68 ◦ green 3 ◦ blue 146

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

Shades of Indigo #440392

Tints of Indigo #440392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 31.34%
G = 1.38%
B = 67.28%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#440392 (or 0x440392) is known color: Indigo. HEX triplet: 44, 03 and 92. RGB value is (68,3,146). Sum of RGB (Red+Green+Blue) = 68+3+146=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #440392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440392 is #BBFC6D. Grayscale: #262626. Windows color (decimal): -12319854 or 9569092. OLE color: 9569092.

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

Color convert

RGB 68 3 146 -
CMYK 0.53 0.98 0 0.43
HSL 267.27º 0.96% 0.29% -
HSV(B) 267.27º 0.98% 0.57% -
XYZ 7.6 3.37 27.44 -
YUV 38.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 68 3 146 0.53 0.98 0 0.43 267.27 0.96 0.29
Hex 44 3 92 35 62 0 2B 10B 60 1D
Octal 104 3 222 65 142 0 53 413 140 35
Binary 1000100 11 10010010 110101 1100010 0 101011 100001011 1100000 11101

Color Harmonies of #440392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440392

Black with #440392

Text Example


Text Example

White with #440392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440392; }

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

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

background-color css

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

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

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

border-color css

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

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

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