Html Css Color HEX #440083 Indigo

📋 copy color: '#440083'

red 68 ◦ green 0 ◦ blue 131

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

Shades of Indigo #440083

Tints of Indigo #440083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 65.83%

R = 34.17%
G = 0%
B = 65.83%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#440083 (or 0x440083) is known color: Indigo. HEX triplet: 44, 00 and 83. RGB value is (68,0,131). Sum of RGB (Red+Green+Blue) = 68+0+131=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #440083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440083 is #BBFF7C. Grayscale: #222222. Windows color (decimal): -12320637 or 8585284. OLE color: 8585284.

HSL color Cylindrical-coordinate representation of color #440083: hue angle of 271.15º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440083 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 0 131 -
CMYK 0.48 1 0 0.49
HSL 271.15º 1% 0.26% -
HSV(B) 271.15º 1% 0.51% -
XYZ 6.48 2.87 21.68 -
YUV 35.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 68 0 131 0.48 1 0 0.49 271.15 1 0.26
Hex 44 0 83 30 64 0 31 10F 64 1A
Octal 104 0 203 60 144 0 61 417 144 32
Binary 1000100 0 10000011 110000 1100100 0 110001 100001111 1100100 11010

Color Harmonies of #440083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440083

Black with #440083

Text Example


Text Example

White with #440083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440083; }

 p { color: rgb(68,0,131); }

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

background-color css

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

 a { background-color: rgb(68,0,131); }

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

border-color css

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

 span { border-color: rgb(68,0,131); }

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