Html Css Color HEX #40129B Persian Indigo

📋 copy color: '#40129B'

red 64 ◦ green 18 ◦ blue 155

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

Shades of Persian Indigo #40129B

Tints of Persian Indigo #40129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.4%

R = 27%
G = 7.59%
B = 65.4%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40129B (or 0x40129B) is known color: Persian Indigo. HEX triplet: 40, 12 and 9B. RGB value is (64,18,155). Sum of RGB (Red+Green+Blue) = 64+18+155=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #40129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40129B is #BFED64. Grayscale: #2E2E2E. Windows color (decimal): -12578149 or 10162752. OLE color: 10162752.

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

Color convert

RGB 64 18 155 -
CMYK 0.59 0.88 0 0.39
HSL 260.15º 0.79% 0.34% -
HSV(B) 260.15º 0.88% 0.61% -
XYZ 8.25 3.89 31.33 -
YUV 47.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 64 18 155 0.59 0.88 0 0.39 260.15 0.79 0.34
Hex 40 12 9B 3B 58 0 27 104 4F 22
Octal 100 22 233 73 130 0 47 404 117 42
Binary 1000000 10010 10011011 111011 1011000 0 100111 100000100 1001111 100010

Color Harmonies of #40129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40129B

Black with #40129B

Text Example


Text Example

White with #40129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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