Html Css Color HEX #40137F Persian Indigo

📋 copy color: '#40137F'

red 64 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #40137F

Tints of Persian Indigo #40137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.48%

R = 30.48%
G = 9.05%
B = 60.48%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40137F (or 0x40137F) is known color: Persian Indigo. HEX triplet: 40, 13 and 7F. RGB value is (64,19,127). Sum of RGB (Red+Green+Blue) = 64+19+127=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #40137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40137F is #BFEC80. Grayscale: #2C2C2C. Windows color (decimal): -12577921 or 8328000. OLE color: 8328000.

HSL color Cylindrical-coordinate representation of color #40137F: hue angle of 265º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40137F is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 19 127 -
CMYK 0.50 0.85 0 0.50
HSL 265º 0.74% 0.29% -
HSV(B) 265º 0.85% 0.5% -
XYZ 6.18 3.09 20.35 -
YUV 44.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 64 19 127 0.50 0.85 0 0.50 265 0.74 0.29
Hex 40 13 7F 32 55 0 32 109 4A 1D
Octal 100 23 177 62 125 0 62 411 112 35
Binary 1000000 10011 1111111 110010 1010101 0 110010 100001001 1001010 11101

Color Harmonies of #40137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40137F

Black with #40137F

Text Example


Text Example

White with #40137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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