Html Css Color HEX #40139B Persian Indigo

📋 copy color: '#40139B'

red 64 ◦ green 19 ◦ blue 155

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

Shades of Persian Indigo #40139B

Tints of Persian Indigo #40139B

RGB

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

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

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

R = 26.89%
G = 7.98%
B = 65.13%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40139B (or 0x40139B) is known color: Persian Indigo. HEX triplet: 40, 13 and 9B. RGB value is (64,19,155). Sum of RGB (Red+Green+Blue) = 64+19+155=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #40139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40139B is #BFEC64. Grayscale: #2F2F2F. Windows color (decimal): -12577893 or 10163008. OLE color: 10163008.

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

Color convert

RGB 64 19 155 -
CMYK 0.59 0.88 0 0.39
HSL 259.85º 0.78% 0.34% -
HSV(B) 259.85º 0.88% 0.61% -
XYZ 8.26 3.92 31.33 -
YUV 47.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 64 19 155 0.59 0.88 0 0.39 259.85 0.78 0.34
Hex 40 13 9B 3B 58 0 27 104 4E 22
Octal 100 23 233 73 130 0 47 404 116 42
Binary 1000000 10011 10011011 111011 1011000 0 100111 100000100 1001110 100010

Color Harmonies of #40139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40139B

Black with #40139B

Text Example


Text Example

White with #40139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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