Html Css Color HEX #440C9B Indigo

📋 copy color: '#440C9B'

red 68 ◦ green 12 ◦ blue 155

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

Shades of Indigo #440C9B

Tints of Indigo #440C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 28.94%
G = 5.11%
B = 65.96%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#440C9B (or 0x440C9B) is known color: Indigo. HEX triplet: 44, 0C and 9B. RGB value is (68,12,155). Sum of RGB (Red+Green+Blue) = 68+12+155=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #440C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440C9B is #BBF364. Grayscale: #2C2C2C. Windows color (decimal): -12317541 or 10161220. OLE color: 10161220.

HSL color Cylindrical-coordinate representation of color #440C9B: hue angle of 263.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440C9B is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 12 155 -
CMYK 0.56 0.92 0 0.39
HSL 263.5º 0.86% 0.33% -
HSV(B) 263.5º 0.92% 0.61% -
XYZ 8.43 3.86 31.31 -
YUV 45.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 68 12 155 0.56 0.92 0 0.39 263.5 0.86 0.33
Hex 44 C 9B 38 5C 0 27 107 56 21
Octal 104 14 233 70 134 0 47 407 126 41
Binary 1000100 1100 10011011 111000 1011100 0 100111 100000111 1010110 100001

Color Harmonies of #440C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C9B

Black with #440C9B

Text Example


Text Example

White with #440C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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