#40178b

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

Shades of Persian Indigo #40178B

Tints of Persian Indigo #40178B

Color information

#40178B (or 0x40178B) is unknown color: approx Persian Indigo. HEX triplet: 40, 17 and 8B. RGB value is (64,23,139). Sum of RGB (Red+Green+Blue) = 64+23+139=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #40178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40178B is #BFE874. Grayscale: #303030. Windows color (decimal): -12576885 or 9115456. OLE color: 9115456.

HSL color Cylindrical-coordinate representation of color #40178B: hue angle of 261.21º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40178B is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6423139-
CMYK0.540.8300.45
HSL261.21º71.6%31.76%-
HSV(B)261.21º83.45%54.51%-
XYZ7.083.5724.74-
YUV48.48179.08139.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 139 (54.69% from 255) = 61.50%
R=28.32%
G=10.18%
B=61.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64231390.540.8300.45261.2171.631.76
Hex40178B365302D1054820
Octal100272136612305540511040
Binary10000001011110001011110110101001101011011000001011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40178b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40178b; }

 p { color: rgb(64,23,139); }

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

<style>
 a { background-color: #40178b; }

 a { background-color: rgb(64,23,139); }

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

<style>
 span { border-color: #40178b; }

 span { border-color: rgb(64,23,139); }

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