#43177E

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

Shades of Persian Indigo #43177E

Tints of Persian Indigo #43177E

Color information

#43177E (or 0x43177E) is unknown color: approx Persian Indigo. HEX triplet: 43, 17 and 7E. RGB value is (67,23,126). Sum of RGB (Red+Green+Blue) = 67+23+126=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #43177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43177E is #BCE881. Grayscale: #2F2F2F. Windows color (decimal): -12380290 or 8263491. OLE color: 8263491.

HSL color Cylindrical-coordinate representation of color #43177E: hue angle of 265.63º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43177E is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6723126-
CMYK0.470.8200.51
HSL265.63º69.13%29.22%-
HSV(B)265.63º81.75%49.41%-
XYZ6.393.3120.04-
YUV47.9172.08141.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 126 (49.61% from 255) = 58.33%
R=31.02%
G=10.65%
B=58.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67231260.470.8200.51265.6369.1329.22
Hex43177E2F5203310a451d
Octal103271765712206341210535
Binary100001110111111111010111110100100110011100001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43177E; }

 p { color: rgb(67,23,126); }

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

<style>
 a { background-color: #43177E; }

 a { background-color: rgb(67,23,126); }

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

<style>
 span { border-color: #43177E; }

 span { border-color: rgb(67,23,126); }

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