Html Css Color HEX #40099C Indigo

📋 copy color: '#40099C'

red 64 ◦ green 9 ◦ blue 156

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

Shades of Indigo #40099C

Tints of Indigo #40099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 68.12%

R = 27.95%
G = 3.93%
B = 68.12%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40099C (or 0x40099C) is known color: Indigo. HEX triplet: 40, 09 and 9C. RGB value is (64,9,156). Sum of RGB (Red+Green+Blue) = 64+9+156=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #40099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40099C is #BFF663. Grayscale: #292929. Windows color (decimal): -12580452 or 10225984. OLE color: 10225984.

HSL color Cylindrical-coordinate representation of color #40099C: hue angle of 262.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40099C is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 9 156 -
CMYK 0.59 0.94 0 0.39
HSL 262.45º 0.89% 0.32% -
HSV(B) 262.45º 0.94% 0.61% -
XYZ 8.21 3.69 31.73 -
YUV 42.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 64 9 156 0.59 0.94 0 0.39 262.45 0.89 0.32
Hex 40 9 9C 3B 5E 0 27 106 59 20
Octal 100 11 234 73 136 0 47 406 131 40
Binary 1000000 1001 10011100 111011 1011110 0 100111 100000110 1011001 100000

Color Harmonies of #40099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40099C

Black with #40099C

Text Example


Text Example

White with #40099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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