#40129C

Color #40129C Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #40129C

Tints of Persian Indigo #40129C

Color information

#40129C (or 0x40129C) is unknown color: approx Persian Indigo. HEX triplet: 40, 12 and 9C. RGB value is (64,18,156). Sum of RGB (Red+Green+Blue) = 64+18+156=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #40129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40129C is #BFED63. Grayscale: #2E2E2E. Windows color (decimal): -12578148 or 10228288. OLE color: 10228288.

HSL color Cylindrical-coordinate representation of color #40129C: hue angle of 260º 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 #40129C is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6418156-
CMYK0.590.8800.39
HSL260º79.31%34.12%-
HSV(B)260º88.46%61.18%-
XYZ8.333.9231.77-
YUV47.49189.24139.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 156 (61.33% from 255) = 65.55%
R=26.89%
G=7.56%
B=65.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64181560.590.8800.3926079.3134.12
Hex40129C3B580271044f22
Octal100222347313004740411742
Binary10000001001010011100111011101100001001111000001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40129C;
 }
 .AnyTagClassName
 {
   color: #40129C;
 }
</style>
background-color css

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

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

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

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

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

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