Html Css Color HEX #40097A Indigo

📋 copy color: '#40097A'

red 64 ◦ green 9 ◦ blue 122

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

Shades of Indigo #40097A

Tints of Indigo #40097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

 BLUE value IS 122 (48.05% from 255) = 62.56%

R = 32.82%
G = 4.62%
B = 62.56%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40097A (or 0x40097A) is known color: Indigo. HEX triplet: 40, 09 and 7A. RGB value is (64,9,122). Sum of RGB (Red+Green+Blue) = 64+9+122=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #40097A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40097A is #BFF685. Grayscale: #252525. Windows color (decimal): -12580486 or 7997760. OLE color: 7997760.

HSL color Cylindrical-coordinate representation of color #40097A: hue angle of 269.2º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40097A is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 9 122 -
CMYK 0.48 0.93 0 0.52
HSL 269.2º 0.86% 0.26% -
HSV(B) 269.2º 0.93% 0.48% -
XYZ 5.72 2.69 18.63 -
YUV 38.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 64 9 122 0.48 0.93 0 0.52 269.2 0.86 0.26
Hex 40 9 7A 30 5D 0 34 10D 56 1A
Octal 100 11 172 60 135 0 64 415 126 32
Binary 1000000 1001 1111010 110000 1011101 0 110100 100001101 1010110 11010

Color Harmonies of #40097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40097A

Black with #40097A

Text Example


Text Example

White with #40097A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,9,122); }

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

background-color css

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

 a { background-color: rgb(64,9,122); }

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

border-color css

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

 span { border-color: rgb(64,9,122); }

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