Html Css Color HEX #40139D Persian Indigo

📋 copy color: '#40139D'

red 64 ◦ green 19 ◦ blue 157

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

Shades of Persian Indigo #40139D

Tints of Persian Indigo #40139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.92%

 BLUE value IS 157 (61.72% from 255) = 65.42%

R = 26.67%
G = 7.92%
B = 65.42%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40139D (or 0x40139D) is known color: Persian Indigo. HEX triplet: 40, 13 and 9D. RGB value is (64,19,157). Sum of RGB (Red+Green+Blue) = 64+19+157=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #40139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40139D is #BFEC62. Grayscale: #2F2F2F. Windows color (decimal): -12577891 or 10294080. OLE color: 10294080.

HSL color Cylindrical-coordinate representation of color #40139D: hue angle of 259.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40139D is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 19 157 -
CMYK 0.59 0.88 0 0.38
HSL 259.57º 0.78% 0.35% -
HSV(B) 259.57º 0.88% 0.62% -
XYZ 8.43 3.99 32.22 -
YUV 48.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 64 19 157 0.59 0.88 0 0.38 259.57 0.78 0.35
Hex 40 13 9D 3B 58 0 26 104 4E 23
Octal 100 23 235 73 130 0 46 404 116 43
Binary 1000000 10011 10011101 111011 1011000 0 100110 100000100 1001110 100011

Color Harmonies of #40139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40139D

Black with #40139D

Text Example


Text Example

White with #40139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,19,157); }

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

background-color css

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

 a { background-color: rgb(64,19,157); }

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

border-color css

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

 span { border-color: rgb(64,19,157); }

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