Html Css Color HEX #40137E Persian Indigo

📋 copy color: '#40137E'

red 64 ◦ green 19 ◦ blue 126

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

Shades of Persian Indigo #40137E

Tints of Persian Indigo #40137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.29%

R = 30.62%
G = 9.09%
B = 60.29%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40137E (or 0x40137E) is known color: Persian Indigo. HEX triplet: 40, 13 and 7E. RGB value is (64,19,126). Sum of RGB (Red+Green+Blue) = 64+19+126=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #40137E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40137E is #BFEC81. Grayscale: #2C2C2C. Windows color (decimal): -12577922 or 8262464. OLE color: 8262464.

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

Color convert

RGB 64 19 126 -
CMYK 0.49 0.85 0 0.51
HSL 265.23º 0.74% 0.28% -
HSV(B) 265.23º 0.85% 0.49% -
XYZ 6.11 3.06 20.01 -
YUV 44.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 64 19 126 0.49 0.85 0 0.51 265.23 0.74 0.28
Hex 40 13 7E 31 55 0 33 109 4A 1C
Octal 100 23 176 61 125 0 63 411 112 34
Binary 1000000 10011 1111110 110001 1010101 0 110011 100001001 1001010 11100

Color Harmonies of #40137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40137E

Black with #40137E

Text Example


Text Example

White with #40137E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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