Html Css Color HEX #440894 Indigo

📋 copy color: '#440894'

red 68 ◦ green 8 ◦ blue 148

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

Shades of Indigo #440894

Tints of Indigo #440894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.07%

R = 30.36%
G = 3.57%
B = 66.07%

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

#440894 (or 0x440894) is known color: Indigo. HEX triplet: 44, 08 and 94. RGB value is (68,8,148). Sum of RGB (Red+Green+Blue) = 68+8+148=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #440894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440894 is #BBF76B. Grayscale: #292929. Windows color (decimal): -12318572 or 9701444. OLE color: 9701444.

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

Color convert

RGB 68 8 148 -
CMYK 0.54 0.95 0 0.42
HSL 265.71º 0.9% 0.31% -
HSV(B) 265.71º 0.95% 0.58% -
XYZ 7.82 3.54 28.29 -
YUV 41.9 187.88 146.62 -
System Red Green Blue C M Y K H S L
Decimal 68 8 148 0.54 0.95 0 0.42 265.71 0.9 0.31
Hex 44 8 94 36 5F 0 2A 10A 5A 1F
Octal 104 10 224 66 137 0 52 412 132 37
Binary 1000100 1000 10010100 110110 1011111 0 101010 100001010 1011010 11111

Color Harmonies of #440894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440894

Black with #440894

Text Example


Text Example

White with #440894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440894; }

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

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

background-color css

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

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

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

border-color css

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

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

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