Html Css Color HEX #40097C Indigo

📋 copy color: '#40097C'

red 64 ◦ green 9 ◦ blue 124

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

Shades of Indigo #40097C

Tints of Indigo #40097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62.94%

R = 32.49%
G = 4.57%
B = 62.94%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40097C (or 0x40097C) is known color: Indigo. HEX triplet: 40, 09 and 7C. RGB value is (64,9,124). Sum of RGB (Red+Green+Blue) = 64+9+124=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #40097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40097C is #BFF683. Grayscale: #262626. Windows color (decimal): -12580484 or 8128832. OLE color: 8128832.

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

Color convert

RGB 64 9 124 -
CMYK 0.48 0.93 0 0.51
HSL 268.7º 0.86% 0.26% -
HSV(B) 268.7º 0.93% 0.49% -
XYZ 5.85 2.74 19.29 -
YUV 38.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 64 9 124 0.48 0.93 0 0.51 268.7 0.86 0.26
Hex 40 9 7C 30 5D 0 33 10D 56 1A
Octal 100 11 174 60 135 0 63 415 126 32
Binary 1000000 1001 1111100 110000 1011101 0 110011 100001101 1010110 11010

Color Harmonies of #40097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40097C

Black with #40097C

Text Example


Text Example

White with #40097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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