Html Css Color HEX #440662 Indigo

📋 copy color: '#440662'

red 68 ◦ green 6 ◦ blue 98

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

Shades of Indigo #440662

Tints of Indigo #440662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.98%

R = 39.53%
G = 3.49%
B = 56.98%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440662 (or 0x440662) is known color: Indigo. HEX triplet: 44, 06 and 62. RGB value is (68,6,98). Sum of RGB (Red+Green+Blue) = 68+6+98=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #440662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440662 is #BBF99D. Grayscale: #222222. Windows color (decimal): -12319134 or 6424132. OLE color: 6424132.

HSL color Cylindrical-coordinate representation of color #440662: hue angle of 280.43º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440662 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 6 98 -
CMYK 0.31 0.94 0 0.62
HSL 280.43º 0.88% 0.2% -
HSV(B) 280.43º 0.94% 0.38% -
XYZ 4.65 2.24 11.74 -
YUV 35.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 68 6 98 0.31 0.94 0 0.62 280.43 0.88 0.2
Hex 44 6 62 1F 5E 0 3E 118 58 14
Octal 104 6 142 37 136 0 76 430 130 24
Binary 1000100 110 1100010 11111 1011110 0 111110 100011000 1011000 10100

Color Harmonies of #440662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440662

Black with #440662

Text Example


Text Example

White with #440662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440662; }

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

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

background-color css

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

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

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

border-color css

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

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

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