Html Css Color HEX #40139A Persian Indigo

📋 copy color: '#40139A'

red 64 ◦ green 19 ◦ blue 154

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

Shades of Persian Indigo #40139A

Tints of Persian Indigo #40139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.98%

R = 27%
G = 8.02%
B = 64.98%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40139A (or 0x40139A) is known color: Persian Indigo. HEX triplet: 40, 13 and 9A. RGB value is (64,19,154). Sum of RGB (Red+Green+Blue) = 64+19+154=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #40139A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40139A is #BFEC65. Grayscale: #2F2F2F. Windows color (decimal): -12577894 or 10097472. OLE color: 10097472.

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

Color convert

RGB 64 19 154 -
CMYK 0.58 0.88 0 0.40
HSL 260º 0.78% 0.34% -
HSV(B) 260º 0.88% 0.6% -
XYZ 8.18 3.89 30.89 -
YUV 47.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 64 19 154 0.58 0.88 0 0.40 260 0.78 0.34
Hex 40 13 9A 3A 58 0 28 104 4E 22
Octal 100 23 232 72 130 0 50 404 116 42
Binary 1000000 10011 10011010 111010 1011000 0 101000 100000100 1001110 100010

Color Harmonies of #40139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40139A

Black with #40139A

Text Example


Text Example

White with #40139A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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