Html Css Color HEX #440893 Indigo

📋 copy color: '#440893'

red 68 ◦ green 8 ◦ blue 147

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

Shades of Indigo #440893

Tints of Indigo #440893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

 BLUE value IS 147 (57.81% from 255) = 65.92%

R = 30.49%
G = 3.59%
B = 65.92%

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

#440893 (or 0x440893) is known color: Indigo. HEX triplet: 44, 08 and 93. RGB value is (68,8,147). Sum of RGB (Red+Green+Blue) = 68+8+147=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #440893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440893 is #BBF76C. Grayscale: #292929. Windows color (decimal): -12318573 or 9635908. OLE color: 9635908.

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

Color convert

RGB 68 8 147 -
CMYK 0.54 0.95 0 0.42
HSL 265.9º 0.9% 0.3% -
HSV(B) 265.9º 0.95% 0.58% -
XYZ 7.74 3.51 27.87 -
YUV 41.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 68 8 147 0.54 0.95 0 0.42 265.9 0.9 0.3
Hex 44 8 93 36 5F 0 2A 10A 5A 1E
Octal 104 10 223 66 137 0 52 412 132 36
Binary 1000100 1000 10010011 110110 1011111 0 101010 100001010 1011010 11110

Color Harmonies of #440893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440893

Black with #440893

Text Example


Text Example

White with #440893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440893; }

 p { color: rgb(68,8,147); }

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

background-color css

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

 a { background-color: rgb(68,8,147); }

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

border-color css

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

 span { border-color: rgb(68,8,147); }

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