Html Css Color HEX #440D92 Indigo

📋 copy color: '#440D92'

red 68 ◦ green 13 ◦ blue 146

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

Shades of Indigo #440D92

Tints of Indigo #440D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.73%

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

R = 29.96%
G = 5.73%
B = 64.32%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#440D92 (or 0x440D92) is known color: Indigo. HEX triplet: 44, 0D and 92. RGB value is (68,13,146). Sum of RGB (Red+Green+Blue) = 68+13+146=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #440D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440D92 is #BBF26D. Grayscale: #2C2C2C. Windows color (decimal): -12317294 or 9571652. OLE color: 9571652.

HSL color Cylindrical-coordinate representation of color #440D92: hue angle of 264.81º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440D92 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 13 146 -
CMYK 0.53 0.91 0 0.43
HSL 264.81º 0.84% 0.31% -
HSV(B) 264.81º 0.91% 0.57% -
XYZ 7.72 3.59 27.48 -
YUV 44.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 68 13 146 0.53 0.91 0 0.43 264.81 0.84 0.31
Hex 44 D 92 35 5B 0 2B 109 54 1F
Octal 104 15 222 65 133 0 53 411 124 37
Binary 1000100 1101 10010010 110101 1011011 0 101011 100001001 1010100 11111

Color Harmonies of #440D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D92

Black with #440D92

Text Example


Text Example

White with #440D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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