Html Css Color HEX #440F6E Indigo

📋 copy color: '#440F6E'

red 68 ◦ green 15 ◦ blue 110

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

Shades of Indigo #440F6E

Tints of Indigo #440F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

 BLUE value IS 110 (43.36% from 255) = 56.99%

R = 35.23%
G = 7.77%
B = 56.99%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#440F6E (or 0x440F6E) is known color: Indigo. HEX triplet: 44, 0F and 6E. RGB value is (68,15,110). Sum of RGB (Red+Green+Blue) = 68+15+110=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #440F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F6E is #BBF091. Grayscale: #292929. Windows color (decimal): -12316818 or 7212868. OLE color: 7212868.

HSL color Cylindrical-coordinate representation of color #440F6E: hue angle of 273.47º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440F6E is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 15 110 -
CMYK 0.38 0.86 0 0.57
HSL 273.47º 0.76% 0.25% -
HSV(B) 273.47º 0.86% 0.43% -
XYZ 5.37 2.7 14.99 -
YUV 41.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 68 15 110 0.38 0.86 0 0.57 273.47 0.76 0.25
Hex 44 F 6E 26 56 0 39 111 4C 19
Octal 104 17 156 46 126 0 71 421 114 31
Binary 1000100 1111 1101110 100110 1010110 0 111001 100010001 1001100 11001

Color Harmonies of #440F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F6E

Black with #440F6E

Text Example


Text Example

White with #440F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,15,110); }

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

background-color css

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

 a { background-color: rgb(68,15,110); }

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

border-color css

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

 span { border-color: rgb(68,15,110); }

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