Html Css Color HEX #440A6A Indigo

📋 copy color: '#440A6A'

red 68 ◦ green 10 ◦ blue 106

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

Shades of Indigo #440A6A

Tints of Indigo #440A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.43%

 BLUE value IS 106 (41.8% from 255) = 57.61%

R = 36.96%
G = 5.43%
B = 57.61%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#440A6A (or 0x440A6A) is known color: Indigo. HEX triplet: 44, 0A and 6A. RGB value is (68,10,106). Sum of RGB (Red+Green+Blue) = 68+10+106=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 106 (41.80% from 255 or 57.61% from 184); Max value from RGB is 106 - color contains mainly: blue. Hex color #440A6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A6A is #BBF595. Grayscale: #252525. Windows color (decimal): -12318102 or 6949444. OLE color: 6949444.

HSL color Cylindrical-coordinate representation of color #440A6A: hue angle of 276.25º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440A6A is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 10 106 -
CMYK 0.36 0.91 0 0.58
HSL 276.25º 0.83% 0.23% -
HSV(B) 276.25º 0.91% 0.42% -
XYZ 5.09 2.49 13.85 -
YUV 38.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 68 10 106 0.36 0.91 0 0.58 276.25 0.83 0.23
Hex 44 A 6A 24 5B 0 3A 114 53 17
Octal 104 12 152 44 133 0 72 424 123 27
Binary 1000100 1010 1101010 100100 1011011 0 111010 100010100 1010011 10111

Color Harmonies of #440A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A6A

Black with #440A6A

Text Example


Text Example

White with #440A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,10,106); }

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

background-color css

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

 a { background-color: rgb(68,10,106); }

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

border-color css

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

 span { border-color: rgb(68,10,106); }

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