Html Css Color HEX #40089D Indigo

📋 copy color: '#40089D'

red 64 ◦ green 8 ◦ blue 157

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

Shades of Indigo #40089D

Tints of Indigo #40089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.49%

 BLUE value IS 157 (61.72% from 255) = 68.56%

R = 27.95%
G = 3.49%
B = 68.56%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40089D (or 0x40089D) is known color: Indigo. HEX triplet: 40, 08 and 9D. RGB value is (64,8,157). Sum of RGB (Red+Green+Blue) = 64+8+157=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #40089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40089D is #BFF762. Grayscale: #292929. Windows color (decimal): -12580707 or 10291264. OLE color: 10291264.

HSL color Cylindrical-coordinate representation of color #40089D: hue angle of 262.55º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40089D is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 8 157 -
CMYK 0.59 0.95 0 0.38
HSL 262.55º 0.9% 0.32% -
HSV(B) 262.55º 0.95% 0.62% -
XYZ 8.29 3.7 32.18 -
YUV 41.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 64 8 157 0.59 0.95 0 0.38 262.55 0.9 0.32
Hex 40 8 9D 3B 5F 0 26 107 5A 20
Octal 100 10 235 73 137 0 46 407 132 40
Binary 1000000 1000 10011101 111011 1011111 0 100110 100000111 1011010 100000

Color Harmonies of #40089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40089D

Black with #40089D

Text Example


Text Example

White with #40089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40089D; }

 p { color: rgb(64,8,157); }

 H1.HeaderClassName
 {
   color: #40089D;
 }
 .AnyTagClassName
 {
   color: #40089D;
 }
</style>

background-color css

<style>
 a { background-color: #40089D; }

 a { background-color: rgb(64,8,157); }

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

border-color css

<style>
 span { border-color: #40089D; }

 span { border-color: rgb(64,8,157); }

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