Html Css Color HEX #40098D Indigo

📋 copy color: '#40098D'

red 64 ◦ green 9 ◦ blue 141

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

Shades of Indigo #40098D

Tints of Indigo #40098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.89%

R = 29.91%
G = 4.21%
B = 65.89%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40098D (or 0x40098D) is known color: Indigo. HEX triplet: 40, 09 and 8D. RGB value is (64,9,141). Sum of RGB (Red+Green+Blue) = 64+9+141=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #40098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40098D is #BFF672. Grayscale: #282828. Windows color (decimal): -12580467 or 9242944. OLE color: 9242944.

HSL color Cylindrical-coordinate representation of color #40098D: hue angle of 265º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40098D is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 9 141 -
CMYK 0.55 0.94 0 0.45
HSL 265º 0.88% 0.29% -
HSV(B) 265º 0.94% 0.55% -
XYZ 7.02 3.21 25.45 -
YUV 40.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 64 9 141 0.55 0.94 0 0.45 265 0.88 0.29
Hex 40 9 8D 37 5E 0 2D 109 58 1D
Octal 100 11 215 67 136 0 55 411 130 35
Binary 1000000 1001 10001101 110111 1011110 0 101101 100001001 1011000 11101

Color Harmonies of #40098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40098D

Black with #40098D

Text Example


Text Example

White with #40098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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