Html Css Color HEX #40039E Indigo

📋 copy color: '#40039E'

red 64 ◦ green 3 ◦ blue 158

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

Shades of Indigo #40039E

Tints of Indigo #40039E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 70.22%

R = 28.44%
G = 1.33%
B = 70.22%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40039E (or 0x40039E) is known color: Indigo. HEX triplet: 40, 03 and 9E. RGB value is (64,3,158). Sum of RGB (Red+Green+Blue) = 64+3+158=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #40039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40039E is #BFFC61. Grayscale: #262626. Windows color (decimal): -12581986 or 10355520. OLE color: 10355520.

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

Color convert

RGB 64 3 158 -
CMYK 0.59 0.98 0 0.38
HSL 263.61º 0.96% 0.32% -
HSV(B) 263.61º 0.98% 0.62% -
XYZ 8.32 3.62 32.61 -
YUV 38.91 195.21 145.9 -
System Red Green Blue C M Y K H S L
Decimal 64 3 158 0.59 0.98 0 0.38 263.61 0.96 0.32
Hex 40 3 9E 3B 62 0 26 108 60 20
Octal 100 3 236 73 142 0 46 410 140 40
Binary 1000000 11 10011110 111011 1100010 0 100110 100001000 1100000 100000

Color Harmonies of #40039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40039E

Black with #40039E

Text Example


Text Example

White with #40039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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