Html Css Color HEX #40038E Indigo

📋 copy color: '#40038E'

red 64 ◦ green 3 ◦ blue 142

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

Shades of Indigo #40038E

Tints of Indigo #40038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 30.62%
G = 1.44%
B = 67.94%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40038E (or 0x40038E) is known color: Indigo. HEX triplet: 40, 03 and 8E. RGB value is (64,3,142). Sum of RGB (Red+Green+Blue) = 64+3+142=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #40038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40038E is #BFFC71. Grayscale: #242424. Windows color (decimal): -12582002 or 9306944. OLE color: 9306944.

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

Color convert

RGB 64 3 142 -
CMYK 0.55 0.98 0 0.44
HSL 266.33º 0.96% 0.28% -
HSV(B) 266.33º 0.98% 0.56% -
XYZ 7.03 3.11 25.82 -
YUV 37.09 187.21 147.2 -
System Red Green Blue C M Y K H S L
Decimal 64 3 142 0.55 0.98 0 0.44 266.33 0.96 0.28
Hex 40 3 8E 37 62 0 2C 10A 60 1C
Octal 100 3 216 67 142 0 54 412 140 34
Binary 1000000 11 10001110 110111 1100010 0 101100 100001010 1100000 11100

Color Harmonies of #40038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40038E

Black with #40038E

Text Example


Text Example

White with #40038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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