Html Css Color HEX #40139F Persian Indigo

📋 copy color: '#40139F'

red 64 ◦ green 19 ◦ blue 159

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

Shades of Persian Indigo #40139F

Tints of Persian Indigo #40139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.7%

R = 26.45%
G = 7.85%
B = 65.7%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40139F (or 0x40139F) is known color: Persian Indigo. HEX triplet: 40, 13 and 9F. RGB value is (64,19,159). Sum of RGB (Red+Green+Blue) = 64+19+159=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #40139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40139F is #BFEC60. Grayscale: #2F2F2F. Windows color (decimal): -12577889 or 10425152. OLE color: 10425152.

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

Color convert

RGB 64 19 159 -
CMYK 0.60 0.88 0 0.38
HSL 259.29º 0.79% 0.35% -
HSV(B) 259.29º 0.88% 0.62% -
XYZ 8.61 4.06 33.13 -
YUV 48.42 190.41 139.12 -
System Red Green Blue C M Y K H S L
Decimal 64 19 159 0.60 0.88 0 0.38 259.29 0.79 0.35
Hex 40 13 9F 3C 58 0 26 103 4F 23
Octal 100 23 237 74 130 0 46 403 117 43
Binary 1000000 10011 10011111 111100 1011000 0 100110 100000011 1001111 100011

Color Harmonies of #40139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40139F

Black with #40139F

Text Example


Text Example

White with #40139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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