Html Css Color HEX #440492 Indigo

📋 copy color: '#440492'

red 68 ◦ green 4 ◦ blue 146

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

Shades of Indigo #440492

Tints of Indigo #440492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 31.19%
G = 1.83%
B = 66.97%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#440492 (or 0x440492) is known color: Indigo. HEX triplet: 44, 04 and 92. RGB value is (68,4,146). Sum of RGB (Red+Green+Blue) = 68+4+146=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #440492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440492 is #BBFB6D. Grayscale: #262626. Windows color (decimal): -12319598 or 9569348. OLE color: 9569348.

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

Color convert

RGB 68 4 146 -
CMYK 0.53 0.97 0 0.43
HSL 267.04º 0.95% 0.29% -
HSV(B) 267.04º 0.97% 0.57% -
XYZ 7.62 3.39 27.45 -
YUV 39.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 68 4 146 0.53 0.97 0 0.43 267.04 0.95 0.29
Hex 44 4 92 35 61 0 2B 10B 5F 1D
Octal 104 4 222 65 141 0 53 413 137 35
Binary 1000100 100 10010010 110101 1100001 0 101011 100001011 1011111 11101

Color Harmonies of #440492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440492

Black with #440492

Text Example


Text Example

White with #440492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440492; }

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

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

background-color css

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

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

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

border-color css

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

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

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