Html Css Color HEX #440F96 Indigo

📋 copy color: '#440F96'

red 68 ◦ green 15 ◦ blue 150

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

Shades of Indigo #440F96

Tints of Indigo #440F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.38%

R = 29.18%
G = 6.44%
B = 64.38%

CMYK

 C value IS 0.55

 M value IS 0.9

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#440F96 (or 0x440F96) is known color: Indigo. HEX triplet: 44, 0F and 96. RGB value is (68,15,150). Sum of RGB (Red+Green+Blue) = 68+15+150=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #440F96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440F96 is #BBF069. Grayscale: #2D2D2D. Windows color (decimal): -12316778 or 9834308. OLE color: 9834308.

HSL color Cylindrical-coordinate representation of color #440F96: hue angle of 263.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440F96 is Cyan = 0.55, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 15 150 -
CMYK 0.55 0.9 0 0.41
HSL 263.56º 0.82% 0.32% -
HSV(B) 263.56º 0.9% 0.59% -
XYZ 8.06 3.77 29.16 -
YUV 46.24 186.56 143.52 -
System Red Green Blue C M Y K H S L
Decimal 68 15 150 0.55 0.9 0 0.41 263.56 0.82 0.32
Hex 44 F 96 37 5A 0 29 108 52 20
Octal 104 17 226 67 132 0 51 410 122 40
Binary 1000100 1111 10010110 110111 1011010 0 101001 100001000 1010010 100000

Color Harmonies of #440F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F96

Black with #440F96

Text Example


Text Example

White with #440F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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