Html Css Color HEX #40129D Persian Indigo

📋 copy color: '#40129D'

red 64 ◦ green 18 ◦ blue 157

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

Shades of Persian Indigo #40129D

Tints of Persian Indigo #40129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

 BLUE value IS 157 (61.72% from 255) = 65.69%

R = 26.78%
G = 7.53%
B = 65.69%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40129D (or 0x40129D) is known color: Persian Indigo. HEX triplet: 40, 12 and 9D. RGB value is (64,18,157). Sum of RGB (Red+Green+Blue) = 64+18+157=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #40129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40129D is #BFED62. Grayscale: #2F2F2F. Windows color (decimal): -12578147 or 10293824. OLE color: 10293824.

HSL color Cylindrical-coordinate representation of color #40129D: hue angle of 259.86º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40129D is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 18 157 -
CMYK 0.59 0.89 0 0.38
HSL 259.86º 0.79% 0.34% -
HSV(B) 259.86º 0.89% 0.62% -
XYZ 8.42 3.96 32.22 -
YUV 47.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 64 18 157 0.59 0.89 0 0.38 259.86 0.79 0.34
Hex 40 12 9D 3B 59 0 26 104 4F 22
Octal 100 22 235 73 131 0 46 404 117 42
Binary 1000000 10010 10011101 111011 1011001 0 100110 100000100 1001111 100010

Color Harmonies of #40129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40129D

Black with #40129D

Text Example


Text Example

White with #40129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40129D; }

 p { color: rgb(64,18,157); }

 H1.HeaderClassName
 {
   color: #40129D;
 }
 .AnyTagClassName
 {
   color: #40129D;
 }
</style>

background-color css

<style>
 a { background-color: #40129D; }

 a { background-color: rgb(64,18,157); }

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

border-color css

<style>
 span { border-color: #40129D; }

 span { border-color: rgb(64,18,157); }

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