Html Css Color HEX #440682 Indigo

📋 copy color: '#440682'

red 68 ◦ green 6 ◦ blue 130

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

Shades of Indigo #440682

Tints of Indigo #440682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

 BLUE value IS 130 (51.17% from 255) = 63.73%

R = 33.33%
G = 2.94%
B = 63.73%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#440682 (or 0x440682) is known color: Indigo. HEX triplet: 44, 06 and 82. RGB value is (68,6,130). Sum of RGB (Red+Green+Blue) = 68+6+130=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #440682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440682 is #BBF97D. Grayscale: #262626. Windows color (decimal): -12319102 or 8521284. OLE color: 8521284.

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

Color convert

RGB 68 6 130 -
CMYK 0.48 0.95 0 0.49
HSL 270º 0.91% 0.27% -
HSV(B) 270º 0.95% 0.51% -
XYZ 6.48 2.97 21.35 -
YUV 38.67 179.54 148.92 -
System Red Green Blue C M Y K H S L
Decimal 68 6 130 0.48 0.95 0 0.49 270 0.91 0.27
Hex 44 6 82 30 5F 0 31 10E 5B 1B
Octal 104 6 202 60 137 0 61 416 133 33
Binary 1000100 110 10000010 110000 1011111 0 110001 100001110 1011011 11011

Color Harmonies of #440682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440682

Black with #440682

Text Example


Text Example

White with #440682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440682; }

 p { color: rgb(68,6,130); }

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

background-color css

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

 a { background-color: rgb(68,6,130); }

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

border-color css

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

 span { border-color: rgb(68,6,130); }

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