Html Css Color HEX #440B73 Indigo

📋 copy color: '#440B73'

red 68 ◦ green 11 ◦ blue 115

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

Shades of Indigo #440B73

Tints of Indigo #440B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

 BLUE value IS 115 (45.31% from 255) = 59.28%

R = 35.05%
G = 5.67%
B = 59.28%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440B73 (or 0x440B73) is known color: Indigo. HEX triplet: 44, 0B and 73. RGB value is (68,11,115). Sum of RGB (Red+Green+Blue) = 68+11+115=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #440B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B73 is #BBF48C. Grayscale: #272727. Windows color (decimal): -12317837 or 7539524. OLE color: 7539524.

HSL color Cylindrical-coordinate representation of color #440B73: hue angle of 272.88º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440B73 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 11 115 -
CMYK 0.41 0.90 0 0.55
HSL 272.88º 0.83% 0.25% -
HSV(B) 272.88º 0.9% 0.45% -
XYZ 5.6 2.71 16.45 -
YUV 39.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 68 11 115 0.41 0.90 0 0.55 272.88 0.83 0.25
Hex 44 B 73 29 5A 0 37 111 53 19
Octal 104 13 163 51 132 0 67 421 123 31
Binary 1000100 1011 1110011 101001 1011010 0 110111 100010001 1010011 11001

Color Harmonies of #440B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B73

Black with #440B73

Text Example


Text Example

White with #440B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,11,115); }

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

background-color css

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

 a { background-color: rgb(68,11,115); }

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

border-color css

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

 span { border-color: rgb(68,11,115); }

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