#40138C

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

Shades of Persian Indigo #40138C

Tints of Persian Indigo #40138C

Color information

#40138C (or 0x40138C) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and 8C. RGB value is (64,19,140). Sum of RGB (Red+Green+Blue) = 64+19+140=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #40138C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40138C is #BFEC73. Grayscale: #2D2D2D. Windows color (decimal): -12577908 or 9179968. OLE color: 9179968.

HSL color Cylindrical-coordinate representation of color #40138C: hue angle of 262.31º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40138C is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6419140-
CMYK0.540.8600.45
HSL262.31º76.1%31.18%-
HSV(B)262.31º86.43%54.9%-
XYZ7.083.4525.1-
YUV46.25180.91140.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=28.70%
G=8.52%
B=62.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64191400.540.8600.45262.3176.131.18
Hex40138C365602D1064c1f
Octal100232146612605540611437
Binary1000000100111000110011011010101100101101100000110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40138C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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