Html Css Color HEX #40039B Indigo

📋 copy color: '#40039B'

red 64 ◦ green 3 ◦ blue 155

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

Shades of Indigo #40039B

Tints of Indigo #40039B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.82%

R = 28.83%
G = 1.35%
B = 69.82%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40039B (or 0x40039B) is known color: Indigo. HEX triplet: 40, 03 and 9B. RGB value is (64,3,155). Sum of RGB (Red+Green+Blue) = 64+3+155=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #40039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40039B is #BFFC64. Grayscale: #262626. Windows color (decimal): -12581989 or 10158912. OLE color: 10158912.

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

Color convert

RGB 64 3 155 -
CMYK 0.59 0.98 0 0.39
HSL 264.08º 0.96% 0.31% -
HSV(B) 264.08º 0.98% 0.61% -
XYZ 8.06 3.52 31.27 -
YUV 38.57 193.71 146.14 -
System Red Green Blue C M Y K H S L
Decimal 64 3 155 0.59 0.98 0 0.39 264.08 0.96 0.31
Hex 40 3 9B 3B 62 0 27 108 60 1F
Octal 100 3 233 73 142 0 47 410 140 37
Binary 1000000 11 10011011 111011 1100010 0 100111 100001000 1100000 11111

Color Harmonies of #40039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40039B

Black with #40039B

Text Example


Text Example

White with #40039B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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