Html Css Color HEX #40046A Indigo

📋 copy color: '#40046A'

red 64 ◦ green 4 ◦ blue 106

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

Shades of Indigo #40046A

Tints of Indigo #40046A

RGB

 RED value IS 64 (25.39% from 255) = 36.78%

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 36.78%
G = 2.3%
B = 60.92%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40046A (or 0x40046A) is known color: Indigo. HEX triplet: 40, 04 and 6A. RGB value is (64,4,106). Sum of RGB (Red+Green+Blue) = 64+4+106=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #40046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40046A is #BFFB95. Grayscale: #212121. Windows color (decimal): -12581782 or 6947904. OLE color: 6947904.

HSL color Cylindrical-coordinate representation of color #40046A: hue angle of 275.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40046A is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 4 106 -
CMYK 0.40 0.96 0 0.58
HSL 275.29º 0.93% 0.22% -
HSV(B) 275.29º 0.96% 0.42% -
XYZ 4.76 2.22 13.81 -
YUV 33.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 64 4 106 0.40 0.96 0 0.58 275.29 0.93 0.22
Hex 40 4 6A 28 60 0 3A 113 5D 16
Octal 100 4 152 50 140 0 72 423 135 26
Binary 1000000 100 1101010 101000 1100000 0 111010 100010011 1011101 10110

Color Harmonies of #40046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40046A

Black with #40046A

Text Example


Text Example

White with #40046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40046A; }

 p { color: rgb(64,4,106); }

 H1.HeaderClassName
 {
   color: #40046A;
 }
 .AnyTagClassName
 {
   color: #40046A;
 }
</style>

background-color css

<style>
 a { background-color: #40046A; }

 a { background-color: rgb(64,4,106); }

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

border-color css

<style>
 span { border-color: #40046A; }

 span { border-color: rgb(64,4,106); }

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