Html Css Color HEX #440F94 Indigo

📋 copy color: '#440F94'

red 68 ◦ green 15 ◦ blue 148

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

Shades of Indigo #440F94

Tints of Indigo #440F94

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

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

R = 29.44%
G = 6.49%
B = 64.07%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#440F94 (or 0x440F94) is known color: Indigo. HEX triplet: 44, 0F and 94. RGB value is (68,15,148). Sum of RGB (Red+Green+Blue) = 68+15+148=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #440F94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440F94 is #BBF06B. Grayscale: #2D2D2D. Windows color (decimal): -12316780 or 9703236. OLE color: 9703236.

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

Color convert

RGB 68 15 148 -
CMYK 0.54 0.90 0 0.42
HSL 263.91º 0.82% 0.32% -
HSV(B) 263.91º 0.9% 0.58% -
XYZ 7.9 3.71 28.32 -
YUV 46.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 68 15 148 0.54 0.90 0 0.42 263.91 0.82 0.32
Hex 44 F 94 36 5A 0 2A 108 52 20
Octal 104 17 224 66 132 0 52 410 122 40
Binary 1000100 1111 10010100 110110 1011010 0 101010 100001000 1010010 100000

Color Harmonies of #440F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F94

Black with #440F94

Text Example


Text Example

White with #440F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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