Html Css Color HEX #40098E Indigo

📋 copy color: '#40098E'

red 64 ◦ green 9 ◦ blue 142

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

Shades of Indigo #40098E

Tints of Indigo #40098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 66.05%

R = 29.77%
G = 4.19%
B = 66.05%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40098E (or 0x40098E) is known color: Indigo. HEX triplet: 40, 09 and 8E. RGB value is (64,9,142). Sum of RGB (Red+Green+Blue) = 64+9+142=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #40098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40098E is #BFF671. Grayscale: #282828. Windows color (decimal): -12580466 or 9308480. OLE color: 9308480.

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

Color convert

RGB 64 9 142 -
CMYK 0.55 0.94 0 0.44
HSL 264.81º 0.88% 0.3% -
HSV(B) 264.81º 0.94% 0.56% -
XYZ 7.09 3.24 25.84 -
YUV 40.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 64 9 142 0.55 0.94 0 0.44 264.81 0.88 0.3
Hex 40 9 8E 37 5E 0 2C 109 58 1E
Octal 100 11 216 67 136 0 54 411 130 36
Binary 1000000 1001 10001110 110111 1011110 0 101100 100001001 1011000 11110

Color Harmonies of #40098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40098E

Black with #40098E

Text Example


Text Example

White with #40098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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