Html Css Color HEX #440264 Indigo

📋 copy color: '#440264'

red 68 ◦ green 2 ◦ blue 100

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

Shades of Indigo #440264

Tints of Indigo #440264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 100 (39.45% from 255) = 58.82%

R = 40%
G = 1.18%
B = 58.82%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#440264 (or 0x440264) is known color: Indigo. HEX triplet: 44, 02 and 64. RGB value is (68,2,100). Sum of RGB (Red+Green+Blue) = 68+2+100=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #440264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440264 is #BBFD9B. Grayscale: #202020. Windows color (decimal): -12320156 or 6554180. OLE color: 6554180.

HSL color Cylindrical-coordinate representation of color #440264: hue angle of 280.41º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440264 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 2 100 -
CMYK 0.32 0.98 0 0.61
HSL 280.41º 0.96% 0.2% -
HSV(B) 280.41º 0.98% 0.39% -
XYZ 4.71 2.19 12.23 -
YUV 32.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 68 2 100 0.32 0.98 0 0.61 280.41 0.96 0.2
Hex 44 2 64 20 62 0 3D 118 60 14
Octal 104 2 144 40 142 0 75 430 140 24
Binary 1000100 10 1100100 100000 1100010 0 111101 100011000 1100000 10100

Color Harmonies of #440264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440264

Black with #440264

Text Example


Text Example

White with #440264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440264; }

 p { color: rgb(68,2,100); }

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

background-color css

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

 a { background-color: rgb(68,2,100); }

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

border-color css

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

 span { border-color: rgb(68,2,100); }

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