Html Css Color HEX #440C9C Indigo

📋 copy color: '#440C9C'

red 68 ◦ green 12 ◦ blue 156

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

Shades of Indigo #440C9C

Tints of Indigo #440C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.1%

R = 28.81%
G = 5.08%
B = 66.1%

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

#440C9C (or 0x440C9C) is known color: Indigo. HEX triplet: 44, 0C and 9C. RGB value is (68,12,156). Sum of RGB (Red+Green+Blue) = 68+12+156=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #440C9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440C9C is #BBF363. Grayscale: #2C2C2C. Windows color (decimal): -12317540 or 10226756. OLE color: 10226756.

HSL color Cylindrical-coordinate representation of color #440C9C: hue angle of 263.33º 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 #440C9C is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 12 156 -
CMYK 0.56 0.92 0 0.39
HSL 263.33º 0.86% 0.33% -
HSV(B) 263.33º 0.92% 0.61% -
XYZ 8.52 3.89 31.75 -
YUV 45.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 68 12 156 0.56 0.92 0 0.39 263.33 0.86 0.33
Hex 44 C 9C 38 5C 0 27 107 56 21
Octal 104 14 234 70 134 0 47 407 126 41
Binary 1000100 1100 10011100 111000 1011100 0 100111 100000111 1010110 100001

Color Harmonies of #440C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C9C

Black with #440C9C

Text Example


Text Example

White with #440C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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