Html Css Color HEX #40139E Persian Indigo

📋 copy color: '#40139E'

red 64 ◦ green 19 ◦ blue 158

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

Shades of Persian Indigo #40139E

Tints of Persian Indigo #40139E

RGB

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

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

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

R = 26.56%
G = 7.88%
B = 65.56%

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

#40139E (or 0x40139E) is known color: Persian Indigo. HEX triplet: 40, 13 and 9E. RGB value is (64,19,158). Sum of RGB (Red+Green+Blue) = 64+19+158=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #40139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40139E is #BFEC61. Grayscale: #2F2F2F. Windows color (decimal): -12577890 or 10359616. OLE color: 10359616.

HSL color Cylindrical-coordinate representation of color #40139E: hue angle of 259.42º degrees, saturation: 0.79, 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 #40139E is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 19 158 -
CMYK 0.59 0.88 0 0.38
HSL 259.42º 0.79% 0.35% -
HSV(B) 259.42º 0.88% 0.62% -
XYZ 8.52 4.02 32.68 -
YUV 48.3 189.91 139.2 -
System Red Green Blue C M Y K H S L
Decimal 64 19 158 0.59 0.88 0 0.38 259.42 0.79 0.35
Hex 40 13 9E 3B 58 0 26 103 4F 23
Octal 100 23 236 73 130 0 46 403 117 43
Binary 1000000 10011 10011110 111011 1011000 0 100110 100000011 1001111 100011

Color Harmonies of #40139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40139E

Black with #40139E

Text Example


Text Example

White with #40139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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