Html Css Color HEX #440693 Indigo

📋 copy color: '#440693'

red 68 ◦ green 6 ◦ blue 147

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

Shades of Indigo #440693

Tints of Indigo #440693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 66.52%

R = 30.77%
G = 2.71%
B = 66.52%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#440693 (or 0x440693) is known color: Indigo. HEX triplet: 44, 06 and 93. RGB value is (68,6,147). Sum of RGB (Red+Green+Blue) = 68+6+147=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #440693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440693 is #BBF96C. Grayscale: #282828. Windows color (decimal): -12319085 or 9635396. OLE color: 9635396.

HSL color Cylindrical-coordinate representation of color #440693: hue angle of 266.38º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440693 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 6 147 -
CMYK 0.54 0.96 0 0.42
HSL 266.38º 0.92% 0.3% -
HSV(B) 266.38º 0.96% 0.58% -
XYZ 7.72 3.47 27.87 -
YUV 40.61 188.04 147.54 -
System Red Green Blue C M Y K H S L
Decimal 68 6 147 0.54 0.96 0 0.42 266.38 0.92 0.3
Hex 44 6 93 36 60 0 2A 10A 5C 1E
Octal 104 6 223 66 140 0 52 412 134 36
Binary 1000100 110 10010011 110110 1100000 0 101010 100001010 1011100 11110

Color Harmonies of #440693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440693

Black with #440693

Text Example


Text Example

White with #440693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440693; }

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

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

background-color css

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

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

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

border-color css

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

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

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