Html Css Color HEX #440C69 Indigo

📋 copy color: '#440C69'

red 68 ◦ green 12 ◦ blue 105

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

Shades of Indigo #440C69

Tints of Indigo #440C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.49%

 BLUE value IS 105 (41.41% from 255) = 56.76%

R = 36.76%
G = 6.49%
B = 56.76%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#440C69 (or 0x440C69) is known color: Indigo. HEX triplet: 44, 0C and 69. RGB value is (68,12,105). Sum of RGB (Red+Green+Blue) = 68+12+105=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #440C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C69 is #BBF396. Grayscale: #272727. Windows color (decimal): -12317591 or 6884420. OLE color: 6884420.

HSL color Cylindrical-coordinate representation of color #440C69: hue angle of 276.13º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440C69 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 12 105 -
CMYK 0.35 0.89 0 0.59
HSL 276.13º 0.79% 0.23% -
HSV(B) 276.13º 0.89% 0.41% -
XYZ 5.07 2.51 13.58 -
YUV 39.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 68 12 105 0.35 0.89 0 0.59 276.13 0.79 0.23
Hex 44 C 69 23 59 0 3B 114 4F 17
Octal 104 14 151 43 131 0 73 424 117 27
Binary 1000100 1100 1101001 100011 1011001 0 111011 100010100 1001111 10111

Color Harmonies of #440C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C69

Black with #440C69

Text Example


Text Example

White with #440C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440C69; }

 p { color: rgb(68,12,105); }

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

background-color css

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

 a { background-color: rgb(68,12,105); }

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

border-color css

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

 span { border-color: rgb(68,12,105); }

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