Html Css Color HEX #440B6C Indigo

📋 copy color: '#440B6C'

red 68 ◦ green 11 ◦ blue 108

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

Shades of Indigo #440B6C

Tints of Indigo #440B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.88%

 BLUE value IS 108 (42.58% from 255) = 57.75%

R = 36.36%
G = 5.88%
B = 57.75%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#440B6C (or 0x440B6C) is known color: Indigo. HEX triplet: 44, 0B and 6C. RGB value is (68,11,108). Sum of RGB (Red+Green+Blue) = 68+11+108=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #440B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B6C is #BBF493. Grayscale: #262626. Windows color (decimal): -12317844 or 7080772. OLE color: 7080772.

HSL color Cylindrical-coordinate representation of color #440B6C: hue angle of 275.26º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440B6C is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 11 108 -
CMYK 0.37 0.90 0 0.58
HSL 275.26º 0.82% 0.23% -
HSV(B) 275.26º 0.9% 0.42% -
XYZ 5.21 2.55 14.41 -
YUV 39.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 68 11 108 0.37 0.90 0 0.58 275.26 0.82 0.23
Hex 44 B 6C 25 5A 0 3A 113 52 17
Octal 104 13 154 45 132 0 72 423 122 27
Binary 1000100 1011 1101100 100101 1011010 0 111010 100010011 1010010 10111

Color Harmonies of #440B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B6C

Black with #440B6C

Text Example


Text Example

White with #440B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,11,108); }

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

background-color css

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

 a { background-color: rgb(68,11,108); }

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

border-color css

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

 span { border-color: rgb(68,11,108); }

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